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