#[repr(C)]
pub struct FILE_LINK_INFORMATION_EX { pub Flags: u32, pub RootDirectory: HANDLE, pub FileNameLength: u32, pub FileName: [u16; 1], }

Fieldsยง

ยงFlags: u32ยงRootDirectory: HANDLEยงFileNameLength: u32ยงFileName: [u16; 1]

Trait Implementationsยง

sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
sourceยง

fn default() -> Self

Returns the โ€œdefault valueโ€ for a type. Read more

Auto Trait Implementationsยง

Blanket Implementationsยง

sourceยง

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
sourceยง

fn from(t: T) -> T

Returns the argument unchanged.

sourceยง

fn into(self) -> U

Calls U::from(self).

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

ยง

type Error = Infallible

The type returned in the event of a conversion error.
sourceยง

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
ยง

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
sourceยง

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.