Enum Smps
#[repr(u8)]pub enum Smps {
Hsi = 0,
Msi = 1,
Hse = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Smps
impl Eq for Smps
§impl Ord for Smps
impl Ord for Smps
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 Smps
impl PartialOrd for Smps
impl StructuralPartialEq for Smps
Auto Trait Implementations§
impl Freeze for Smps
impl RefUnwindSafe for Smps
impl Send for Smps
impl Sync for Smps
impl Unpin for Smps
impl UnsafeUnpin for Smps
impl UnwindSafe for Smps
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