#[repr(C)]
pub struct JET_SPACEHINTS { pub cbStruct: u32, pub ulInitialDensity: u32, pub cbInitial: u32, pub grbit: u32, pub ulMaintDensity: u32, pub ulGrowth: u32, pub cbMinExtent: u32, pub cbMaxExtent: u32, }
Expand description

Required features: "Win32_Storage_Jet"

Fields

cbStruct: u32ulInitialDensity: u32cbInitial: u32grbit: u32ulMaintDensity: u32ulGrowth: u32cbMinExtent: u32cbMaxExtent: u32

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.