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 Ord for Smsps
impl Ord for Smsps
§impl PartialOrd for Smsps
impl PartialOrd for Smsps
impl Copy for Smsps
impl Eq 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 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