Struct Ssom
#[repr(transparent)]pub struct Ssom(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Ssom
impl Ssom
pub const ASSERTED: Self
pub const ASSERTED: Self
SS is asserted until data transfer complete
pub const NOTASSERTED: Self
pub const NOTASSERTED: Self
Data frames interleaved with SS not asserted during MIDI
Trait Implementations§
§impl Ord for Ssom
impl Ord for Ssom
§impl PartialOrd for Ssom
impl PartialOrd for Ssom
impl Copy for Ssom
impl Eq for Ssom
impl StructuralPartialEq for Ssom
Auto Trait Implementations§
impl Freeze for Ssom
impl RefUnwindSafe for Ssom
impl Send for Ssom
impl Sync for Ssom
impl Unpin for Ssom
impl UnwindSafe for Ssom
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