#[repr(transparent)]pub struct Sfe(pub u32);Expand description
Shadow FIFO enable
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Sfe
impl Eq for Sfe
impl StructuralPartialEq for Sfe
Auto Trait Implementations§
impl Freeze for Sfe
impl RefUnwindSafe for Sfe
impl Send for Sfe
impl Sync for Sfe
impl Unpin for Sfe
impl UnwindSafe for Sfe
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