pub struct U32LeCodec;Expand description
Little-endian u32 codec.
Trait Implementations§
Source§impl Clone for U32LeCodec
impl Clone for U32LeCodec
Source§fn clone(&self) -> U32LeCodec
fn clone(&self) -> U32LeCodec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComponentCodec<u32> for U32LeCodec
impl ComponentCodec<u32> for U32LeCodec
impl Copy for U32LeCodec
Source§impl Debug for U32LeCodec
impl Debug for U32LeCodec
Source§impl Default for U32LeCodec
impl Default for U32LeCodec
Source§fn default() -> U32LeCodec
fn default() -> U32LeCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for U32LeCodec
impl RefUnwindSafe for U32LeCodec
impl Send for U32LeCodec
impl Sync for U32LeCodec
impl Unpin for U32LeCodec
impl UnsafeUnpin for U32LeCodec
impl UnwindSafe for U32LeCodec
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