pub struct Little;
Expand description
An implementation type for little endian.
Can be used as a type parameter to UTF16Encoding
, UTF16Encoder
and UTF16Decoder
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Little
impl RefUnwindSafe for Little
impl Send for Little
impl Sync for Little
impl Unpin for Little
impl UnwindSafe for Little
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