#[repr(transparent)]pub struct SqshSuperblockFlags(pub c_uint);Expand description
The flags used in the superblock.
Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for SqshSuperblockFlags
impl Clone for SqshSuperblockFlags
Source§fn clone(&self) -> SqshSuperblockFlags
fn clone(&self) -> SqshSuperblockFlags
Returns a duplicate 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 SqshSuperblockFlags
impl Debug for SqshSuperblockFlags
Source§impl Hash for SqshSuperblockFlags
impl Hash for SqshSuperblockFlags
Source§impl PartialEq for SqshSuperblockFlags
impl PartialEq for SqshSuperblockFlags
impl Copy for SqshSuperblockFlags
impl Eq for SqshSuperblockFlags
impl StructuralPartialEq for SqshSuperblockFlags
Auto Trait Implementations§
impl Freeze for SqshSuperblockFlags
impl RefUnwindSafe for SqshSuperblockFlags
impl Send for SqshSuperblockFlags
impl Sync for SqshSuperblockFlags
impl Unpin for SqshSuperblockFlags
impl UnwindSafe for SqshSuperblockFlags
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