Struct Fuif
#[repr(transparent)]pub struct Fuif(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Fuif
impl Fuif
pub const NOUNDERRUN: Self
pub const NOUNDERRUN: Self
No FIFO underrun
pub const UNDERRUN: Self
pub const UNDERRUN: Self
FIFO underrun interrupt generated, if one of the layer FIFOs is empty and pixel data is read from the FIFO
Trait Implementations§
§impl Ord for Fuif
impl Ord for Fuif
§impl PartialOrd for Fuif
impl PartialOrd for Fuif
impl Copy for Fuif
impl Eq for Fuif
impl StructuralPartialEq for Fuif
Auto Trait Implementations§
impl Freeze for Fuif
impl RefUnwindSafe for Fuif
impl Send for Fuif
impl Sync for Fuif
impl Unpin for Fuif
impl UnwindSafe for Fuif
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