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