#[repr(usize)]pub enum SM {
SM0 = 0,
SM1 = 1,
SM2 = 2,
SM3 = 3,
}Expand description
Index for submodule access.
Variants§
Implementations§
Trait Implementations§
impl Copy for SM
impl Eq for SM
impl StructuralPartialEq for SM
Auto Trait Implementations§
impl Freeze for SM
impl RefUnwindSafe for SM
impl Send for SM
impl Sync for SM
impl Unpin for SM
impl UnsafeUnpin for SM
impl UnwindSafe for SM
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