#[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,
}Fields§
§fi3_id: u32§fi3_permissions: FILE_INFO_FLAGS_PERMISSIONS§fi3_num_locks: u32§fi3_pathname: PWSTR§fi3_username: PWSTRTrait Implementations§
Source§impl Abi for FILE_INFO_3
impl Abi for FILE_INFO_3
Source§type Abi = FILE_INFO_3
type Abi = FILE_INFO_3
The abi representation of the implementing type. Read more
type DefaultType = FILE_INFO_3
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for FILE_INFO_3
impl Clone for FILE_INFO_3
Source§fn clone(&self) -> FILE_INFO_3
fn clone(&self) -> FILE_INFO_3
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FILE_INFO_3
Source§impl Debug for FILE_INFO_3
impl Debug for FILE_INFO_3
Source§impl Default for FILE_INFO_3
impl Default for FILE_INFO_3
impl Eq for FILE_INFO_3
Auto Trait Implementations§
impl !Send for FILE_INFO_3
impl !Sync for FILE_INFO_3
impl Freeze for FILE_INFO_3
impl RefUnwindSafe for FILE_INFO_3
impl Unpin for FILE_INFO_3
impl UnsafeUnpin for FILE_INFO_3
impl UnwindSafe for FILE_INFO_3
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