Struct Ssiop
#[repr(transparent)]pub struct Ssiop(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Ssiop
impl Ssiop
pub const ACTIVELOW: Self
pub const ACTIVELOW: Self
Low level is active for SS signal
pub const ACTIVEHIGH: Self
pub const ACTIVEHIGH: Self
High level is active for SS signal
Trait Implementations§
§impl Ord for Ssiop
impl Ord for Ssiop
§impl PartialOrd for Ssiop
impl PartialOrd for Ssiop
impl Copy for Ssiop
impl Eq for Ssiop
impl StructuralPartialEq for Ssiop
Auto Trait Implementations§
impl Freeze for Ssiop
impl RefUnwindSafe for Ssiop
impl Send for Ssiop
impl Sync for Ssiop
impl Unpin for Ssiop
impl UnwindSafe for Ssiop
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