#[repr(u8)]pub enum Tscd {
TSCD_B = 0,
TSCD_A = 1,
}Variants§
TSCD_B = 0
Delay cell select change is not finished.
TSCD_A = 1
Delay cell select change is finished.
Implementations§
Trait Implementations§
Source§impl Ord for Tscd
impl Ord for Tscd
Source§impl PartialOrd for Tscd
impl PartialOrd for Tscd
impl Copy for Tscd
impl Eq for Tscd
impl StructuralPartialEq for Tscd
Auto Trait Implementations§
impl Freeze for Tscd
impl RefUnwindSafe for Tscd
impl Send for Tscd
impl Sync for Tscd
impl Unpin for Tscd
impl UnwindSafe for Tscd
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