pub struct ITriad(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl ByteStreamIo for ITriad
Binary representation in big-endian.
impl ByteStreamIo for ITriad
Binary representation in big-endian.
Wrap the type with Little to encode in little-endian.
Source§impl Ord for ITriad
impl Ord for ITriad
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 ITriad
impl PartialOrd for ITriad
impl Copy for ITriad
impl Eq for ITriad
impl StructuralPartialEq for ITriad
Auto Trait Implementations§
impl Freeze for ITriad
impl RefUnwindSafe for ITriad
impl Send for ITriad
impl Sync for ITriad
impl Unpin for ITriad
impl UnsafeUnpin for ITriad
impl UnwindSafe for ITriad
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