#[repr(transparent)]pub struct FS_Flags(pub c_uchar);Expand description
FileInfo flags
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl BitAndAssign for FS_Flags
impl BitAndAssign for FS_Flags
Source§fn bitand_assign(&mut self, rhs: FS_Flags)
fn bitand_assign(&mut self, rhs: FS_Flags)
Performs the
&= operation. Read moreSource§impl BitOrAssign for FS_Flags
impl BitOrAssign for FS_Flags
Source§fn bitor_assign(&mut self, rhs: FS_Flags)
fn bitor_assign(&mut self, rhs: FS_Flags)
Performs the
|= operation. Read moreimpl Copy for FS_Flags
impl Eq for FS_Flags
impl StructuralPartialEq for FS_Flags
Auto Trait Implementations§
impl Freeze for FS_Flags
impl RefUnwindSafe for FS_Flags
impl Send for FS_Flags
impl Sync for FS_Flags
impl Unpin for FS_Flags
impl UnwindSafe for FS_Flags
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