Enum Rrif
#[repr(u8)]pub enum Rrif {
NORELOAD = 0,
RELOAD = 1,
}
Variants§
NORELOAD = 0
No register reload
RELOAD = 1
Register reload interrupt generated when a vertical blanking reload occurs (and the first line after the active area is reached)
Implementations§
Trait Implementations§
§impl Ord for Rrif
impl Ord for Rrif
§impl PartialOrd for Rrif
impl PartialOrd for Rrif
impl Copy for Rrif
impl Eq for Rrif
impl StructuralPartialEq for Rrif
Auto Trait Implementations§
impl Freeze for Rrif
impl RefUnwindSafe for Rrif
impl Send for Rrif
impl Sync for Rrif
impl Unpin for Rrif
impl UnwindSafe for Rrif
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