pub enum OffsetofType {
Bytes,
Bits,
}Variants§
Trait Implementations§
Source§impl Clone for OffsetofType
impl Clone for OffsetofType
Source§fn clone(&self) -> OffsetofType
fn clone(&self) -> OffsetofType
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 OffsetofType
impl Debug for OffsetofType
Source§impl PartialEq for OffsetofType
impl PartialEq for OffsetofType
impl Copy for OffsetofType
impl Eq for OffsetofType
impl StructuralPartialEq for OffsetofType
Auto Trait Implementations§
impl Freeze for OffsetofType
impl RefUnwindSafe for OffsetofType
impl Send for OffsetofType
impl Sync for OffsetofType
impl Unpin for OffsetofType
impl UnwindSafe for OffsetofType
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