#[repr(transparent)]pub struct SpiFrf(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Ord for SpiFrf
impl Ord for SpiFrf
Source§impl PartialOrd for SpiFrf
impl PartialOrd for SpiFrf
impl Copy for SpiFrf
impl Eq for SpiFrf
impl StructuralPartialEq for SpiFrf
Auto Trait Implementations§
impl Freeze for SpiFrf
impl RefUnwindSafe for SpiFrf
impl Send for SpiFrf
impl Sync for SpiFrf
impl Unpin for SpiFrf
impl UnwindSafe for SpiFrf
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