pub struct BeSize(/* private fields */);
Expand description
An unsigned integer type of with an explicit endianness.
See module level documentation for examples.
Implementations§
Trait Implementations§
Source§impl DataInit for BeSize
impl DataInit for BeSize
impl Copy for BeSize
impl Eq for BeSize
impl StructuralPartialEq for BeSize
Auto Trait Implementations§
impl Freeze for BeSize
impl RefUnwindSafe for BeSize
impl Send for BeSize
impl Sync for BeSize
impl Unpin for BeSize
impl UnwindSafe for BeSize
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