pub struct I32BE(/* private fields */);
Expand description
Bytes for a i32
, aligned to 1, big-endian.
Implementations§
Trait Implementations§
Source§impl Ord for I32BE
impl Ord for I32BE
Source§impl PartialOrd for I32BE
impl PartialOrd for I32BE
impl Copy for I32BE
impl Eq for I32BE
impl StructuralPartialEq for I32BE
Auto Trait Implementations§
impl Freeze for I32BE
impl RefUnwindSafe for I32BE
impl Send for I32BE
impl Sync for I32BE
impl Unpin for I32BE
impl UnwindSafe for I32BE
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