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