Enum Waitcfg
#[repr(u8)]pub enum Waitcfg {
BeforeWaitState = 0,
DuringWaitState = 1,
}Variants§
BeforeWaitState = 0
NWAIT signal is active one data cycle before wait state
DuringWaitState = 1
NWAIT signal is active during wait state
Implementations§
Trait Implementations§
impl Copy for Waitcfg
impl Eq for Waitcfg
§impl Ord for Waitcfg
impl Ord for Waitcfg
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 Waitcfg
impl PartialOrd for Waitcfg
impl StructuralPartialEq for Waitcfg
Auto Trait Implementations§
impl Freeze for Waitcfg
impl RefUnwindSafe for Waitcfg
impl Send for Waitcfg
impl Sync for Waitcfg
impl Unpin for Waitcfg
impl UnsafeUnpin for Waitcfg
impl UnwindSafe for Waitcfg
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