#[repr(C)]
pub struct FILE_INFO_3 { pub fi3_id: u32, pub fi3_permissions: FILE_INFO_FLAGS_PERMISSIONS, pub fi3_num_locks: u32, pub fi3_pathname: PWSTR, pub fi3_username: PWSTR, }
Expand description

Required features: "Win32_Storage_FileSystem"

Fields

fi3_id: u32fi3_permissions: FILE_INFO_FLAGS_PERMISSIONSfi3_num_locks: u32fi3_pathname: PWSTRfi3_username: PWSTR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.