#[repr(u8)]pub enum Ren {
REN_0 = 0,
REN_1 = 1,
}Variants§
REN_0 = 0
The SEMC does not send AUTO REFRESH command automatically.
REN_1 = 1
The SEMC sends AUTO REFRESH command automatically.
Implementations§
Trait Implementations§
Source§impl Ord for Ren
impl Ord for Ren
Source§impl PartialOrd for Ren
impl PartialOrd for Ren
impl Copy for Ren
impl Eq for Ren
impl StructuralPartialEq for Ren
Auto Trait Implementations§
impl Freeze for Ren
impl RefUnwindSafe for Ren
impl Send for Ren
impl Sync for Ren
impl Unpin for Ren
impl UnwindSafe for Ren
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