Enum smbioslib::RegisterSpacing
source · [−]pub enum RegisterSpacing {
BoundaryByte,
Boundary32Bit,
Boundary16Bit,
None,
}Expand description
Variants
BoundaryByte
Interface registers are on successive byte boundaries.
Boundary32Bit
Interface registers are on 32-bit boundaries.
Boundary16Bit
Interface registers are on 16-byte boundaries.
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for RegisterSpacing
impl Debug for RegisterSpacing
sourceimpl PartialEq<RegisterSpacing> for RegisterSpacing
impl PartialEq<RegisterSpacing> for RegisterSpacing
sourceimpl Serialize for RegisterSpacing
impl Serialize for RegisterSpacing
impl Eq for RegisterSpacing
impl StructuralEq for RegisterSpacing
impl StructuralPartialEq for RegisterSpacing
Auto Trait Implementations
impl RefUnwindSafe for RegisterSpacing
impl Send for RegisterSpacing
impl Sync for RegisterSpacing
impl Unpin for RegisterSpacing
impl UnwindSafe for RegisterSpacing
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more