#[repr(u8)]pub enum Sckphase {
INVERTED = 0,
NON_INVERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Sckphase
impl Ord for Sckphase
Source§impl PartialOrd for Sckphase
impl PartialOrd for Sckphase
impl Copy for Sckphase
impl Eq for Sckphase
impl StructuralPartialEq for Sckphase
Auto Trait Implementations§
impl Freeze for Sckphase
impl RefUnwindSafe for Sckphase
impl Send for Sckphase
impl Sync for Sckphase
impl Unpin for Sckphase
impl UnwindSafe for Sckphase
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)