pub struct BinHex;
Expand description
The character set used in BinHex
4.0 files.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BinHex
impl RefUnwindSafe for BinHex
impl Send for BinHex
impl Sync for BinHex
impl Unpin for BinHex
impl UnwindSafe for BinHex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more