pub struct I32BE(/* private fields */);Expand description
Bytes for a i32, aligned to 1, big-endian.
Implementations§
Trait Implementations§
impl Copy for I32BE
impl Eq for I32BE
Source§impl Ord for I32BE
impl Ord for I32BE
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for I32BE
impl PartialOrd 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 UnsafeUnpin 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