Enum Sdiosel
#[repr(u8)]pub enum Sdiosel {
Clk48 = 0,
Sys = 1,
}Variants§
Implementations§
Trait Implementations§
§impl Ord for Sdiosel
impl Ord for Sdiosel
§impl PartialOrd for Sdiosel
impl PartialOrd for Sdiosel
impl Copy for Sdiosel
impl Eq 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.