pub enum RegisterSpacing {
BoundaryByte,
Boundary32Bit,
Boundary16Bit,
None,
}Expand description
§Register Spacing
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§
Source§impl Debug for RegisterSpacing
impl Debug for RegisterSpacing
impl Eq for RegisterSpacing
Source§impl PartialEq for RegisterSpacing
impl PartialEq for RegisterSpacing
Source§impl Serialize for RegisterSpacing
impl Serialize for RegisterSpacing
impl StructuralPartialEq for RegisterSpacing
Auto Trait Implementations§
impl Freeze for RegisterSpacing
impl RefUnwindSafe for RegisterSpacing
impl Send for RegisterSpacing
impl Sync for RegisterSpacing
impl Unpin for RegisterSpacing
impl UnsafeUnpin for RegisterSpacing
impl UnwindSafe for RegisterSpacing
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