Struct pancake_types::serde::lengths::DatumBodyLen
source · pub struct DatumBodyLen(u32);Tuple Fields§
§0: u32Implementations§
Methods from Deref<Target = u32>§
pub const MIN: u32 = 0u32
pub const MAX: u32 = 4_294_967_295u32
pub const BITS: u32 = 32u32
Trait Implementations§
source§impl Clone for DatumBodyLen
impl Clone for DatumBodyLen
source§fn clone(&self) -> DatumBodyLen
fn clone(&self) -> DatumBodyLen
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Deref for DatumBodyLen
impl Deref for DatumBodyLen
impl Copy for DatumBodyLen
Auto Trait Implementations§
impl RefUnwindSafe for DatumBodyLen
impl Send for DatumBodyLen
impl Sync for DatumBodyLen
impl Unpin for DatumBodyLen
impl UnwindSafe for DatumBodyLen
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