Struct winsafe::SHFILEOPSTRUCT[][src]

#[repr(C)]
pub struct SHFILEOPSTRUCT<'a, 'b, 'c> { pub hwnd: HWND, pub wFunc: FO, pub fFlags: FOF, // some fields omitted }
Expand description

Fields

hwnd: HWNDwFunc: FOfFlags: FOF

Implementations

Returns the bool field.

Sets the bool field.

Retrieves the pFrom field.

Sets the pFrom field.

Note: You must create the string with WString::from_str_vec.

Retrieves the pTo field.

Sets the pTo field.

Note: You must create the string with WString::from_str_vec.

Returns the string field, if any.

Sets the string field.

Trait Implementations

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.