Enum Smsps
#[repr(u8)]pub enum Smsps {
Update = 0,
Index = 1,
}Variants§
Update = 0
The transfer is triggered by the Timer’s Update event
Index = 1
The transfer is triggered by the Index event
Implementations§
Trait Implementations§
impl Copy for Smsps
impl Eq for Smsps
§impl Ord for Smsps
impl Ord for Smsps
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Smsps
impl PartialOrd for Smsps
impl StructuralPartialEq for Smsps
Auto Trait Implementations§
impl Freeze for Smsps
impl RefUnwindSafe for Smsps
impl Send for Smsps
impl Sync for Smsps
impl Unpin for Smsps
impl UnsafeUnpin for Smsps
impl UnwindSafe for Smsps
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