#[repr(transparent)]pub struct FsyncPolarity(pub u32);Expand description
Set FSYNC Polarity.
Tuple Fields§
§0: u32Implementations§
Source§impl FsyncPolarity
impl FsyncPolarity
Trait Implementations§
Source§impl Clone for FsyncPolarity
impl Clone for FsyncPolarity
Source§fn clone(&self) -> FsyncPolarity
fn clone(&self) -> FsyncPolarity
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FsyncPolarity
impl Debug for FsyncPolarity
Source§impl Default for FsyncPolarity
impl Default for FsyncPolarity
Source§fn default() -> FsyncPolarity
fn default() -> FsyncPolarity
Returns the “default value” for a type. Read more
Source§impl PartialEq for FsyncPolarity
impl PartialEq for FsyncPolarity
impl Copy for FsyncPolarity
impl Eq for FsyncPolarity
impl StructuralPartialEq for FsyncPolarity
Auto Trait Implementations§
impl Freeze for FsyncPolarity
impl RefUnwindSafe for FsyncPolarity
impl Send for FsyncPolarity
impl Sync for FsyncPolarity
impl Unpin for FsyncPolarity
impl UnwindSafe for FsyncPolarity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)