Struct FileAttributes
#[repr(transparent)]pub struct FileAttributes(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl FileAttributes
impl FileAttributes
§impl FileAttributes
impl FileAttributes
Trait Implementations§
§impl BitAnd for FileAttributes
impl BitAnd for FileAttributes
§impl BitAndAssign for FileAttributes
impl BitAndAssign for FileAttributes
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for FileAttributes
impl BitOr for FileAttributes
§impl BitOrAssign for FileAttributes
impl BitOrAssign for FileAttributes
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for FileAttributes
impl Clone for FileAttributes
§fn clone(&self) -> FileAttributes
fn clone(&self) -> FileAttributes
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 more§impl Debug for FileAttributes
impl Debug for FileAttributes
§impl Default for FileAttributes
impl Default for FileAttributes
§fn default() -> FileAttributes
fn default() -> FileAttributes
Returns the “default value” for a type. Read more
§impl Not for FileAttributes
impl Not for FileAttributes
§impl PartialEq for FileAttributes
impl PartialEq for FileAttributes
impl Copy for FileAttributes
impl Eq for FileAttributes
impl StructuralPartialEq for FileAttributes
Auto Trait Implementations§
impl Freeze for FileAttributes
impl RefUnwindSafe for FileAttributes
impl Send for FileAttributes
impl Sync for FileAttributes
impl Unpin for FileAttributes
impl UnwindSafe for FileAttributes
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