pub struct BeUint32Builder(/* private fields */);Implementations§
Source§impl BeUint32Builder
impl BeUint32Builder
pub const TOTAL_SIZE: usize = 4
pub const ITEM_SIZE: usize = 1
pub const ITEM_COUNT: usize = 4
pub fn set<T>(self, v: T) -> BeUint32Builder
pub fn nth0<T>(self, v: T) -> BeUint32Builder
pub fn nth1<T>(self, v: T) -> BeUint32Builder
pub fn nth2<T>(self, v: T) -> BeUint32Builder
pub fn nth3<T>(self, v: T) -> BeUint32Builder
Trait Implementations§
Source§impl Builder for BeUint32Builder
impl Builder for BeUint32Builder
Source§impl Clone for BeUint32Builder
impl Clone for BeUint32Builder
Source§fn clone(&self) -> BeUint32Builder
fn clone(&self) -> BeUint32Builder
Returns a duplicate 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 Debug for BeUint32Builder
impl Debug for BeUint32Builder
Source§impl Default for BeUint32Builder
impl Default for BeUint32Builder
Source§fn default() -> BeUint32Builder
fn default() -> BeUint32Builder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BeUint32Builder
impl RefUnwindSafe for BeUint32Builder
impl Send for BeUint32Builder
impl Sync for BeUint32Builder
impl Unpin for BeUint32Builder
impl UnsafeUnpin for BeUint32Builder
impl UnwindSafe for BeUint32Builder
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