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 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