pub struct Be32(/* private fields */);
Trait Implementations§
impl Copy for Be32
Auto Trait Implementations§
impl Freeze for Be32
impl RefUnwindSafe for Be32
impl Send for Be32
impl Sync for Be32
impl Unpin for Be32
impl UnwindSafe for Be32
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