Struct windows_sys::Storage::FileAttributes
[−]#[repr(transparent)]pub struct FileAttributes(pub u32);
Expand description
Required features: "Storage"
Tuple Fields
0: u32
Implementations
impl FileAttributes
impl FileAttributes
Trait Implementations
impl Clone for FileAttributes
impl Clone for FileAttributes
impl Copy for FileAttributes
Auto Trait Implementations
impl RefUnwindSafe for FileAttributes
impl Send for FileAttributes
impl Sync for FileAttributes
impl Unpin for FileAttributes
impl UnwindSafe for FileAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more