Struct windows::Storage::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
§fn eq(&self, other: &FileAttributes) -> bool
fn eq(&self, other: &FileAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)