#[repr(C)]pub struct FileAttributes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl FileAttributes
impl FileAttributes
pub fn archive() -> Self
pub fn compressed() -> Self
pub fn device() -> Self
pub fn directory() -> Self
pub fn encrypted() -> Self
pub fn normal() -> Self
pub fn not_content_indexed() -> Self
pub fn offline() -> Self
pub fn read_only() -> Self
pub fn reparse_point() -> Self
pub fn sparse_file() -> Self
pub fn system() -> Self
pub fn temporary() -> Self
pub fn integrity_stream() -> Self
pub fn no_scrub_data() -> Self
Trait Implementations§
Source§impl ClassIdentity for FileAttributes
impl ClassIdentity for FileAttributes
Source§impl Clone for FileAttributes
impl Clone for FileAttributes
Source§fn clone(&self) -> FileAttributes
fn clone(&self) -> FileAttributes
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileAttributes
impl Debug for FileAttributes
Source§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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)