#[repr(u8)]pub enum Cmd32en {
CMD32EN_0 = 0,
CMD32EN_1 = 1,
}Variants§
CMD32EN_0 = 0
Disables support for 32-bit refresh/unlock command write words. Only 16-bit or 8-bit is supported.
CMD32EN_1 = 1
Enables support for 32-bit refresh/unlock command write words. 16-bit or 8-bit is NOT supported.
Implementations§
Trait Implementations§
Source§impl Ord for Cmd32en
impl Ord for Cmd32en
Source§impl PartialOrd for Cmd32en
impl PartialOrd for Cmd32en
impl Copy for Cmd32en
impl Eq for Cmd32en
impl StructuralPartialEq for Cmd32en
Auto Trait Implementations§
impl Freeze for Cmd32en
impl RefUnwindSafe for Cmd32en
impl Send for Cmd32en
impl Sync for Cmd32en
impl Unpin for Cmd32en
impl UnwindSafe for Cmd32en
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