pub struct U32le(pub u32);Expand description
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Ord for U32le
impl Ord for U32le
Source§impl PartialOrd for U32le
impl PartialOrd for U32le
Source§impl ToTree for U32le
impl ToTree for U32le
Source§fn to_tree(&self) -> Arc<DerivationTree>
fn to_tree(&self) -> Arc<DerivationTree>
Convert a type to a derivation tree
Source§impl ToTreeAs<U32le> for u32
impl ToTreeAs<U32le> for u32
Source§fn to_tree_as(&self) -> Arc<DerivationTree>
fn to_tree_as(&self) -> Arc<DerivationTree>
Convert to tree as if this value were of type Target
impl Copy for U32le
impl Eq for U32le
impl StructuralPartialEq for U32le
Auto Trait Implementations§
impl Freeze for U32le
impl RefUnwindSafe for U32le
impl Send for U32le
impl Sync for U32le
impl Unpin for U32le
impl UnwindSafe for U32le
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