#[repr(u8)]pub enum Go {
NO_EFFECT = 0,
INIT_CMD = 1,
}Variants§
NO_EFFECT = 0
Write: no effect; Read: no cache command active
INIT_CMD = 1
Write: initiates cache command; Read: cache command active
Implementations§
Trait Implementations§
Source§impl Ord for Go
impl Ord for Go
Source§impl PartialOrd for Go
impl PartialOrd for Go
impl Copy for Go
impl Eq for Go
impl StructuralPartialEq for Go
Auto Trait Implementations§
impl Freeze for Go
impl RefUnwindSafe for Go
impl Send for Go
impl Sync for Go
impl Unpin for Go
impl UnwindSafe for Go
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