Struct windows_sys::Win32::Storage::Jet::JET_SPACEHINTS
[−]#[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: u32
ulInitialDensity: u32
cbInitial: u32
grbit: u32
ulMaintDensity: u32
ulGrowth: u32
cbMinExtent: u32
cbMaxExtent: u32
Trait Implementations
impl Clone for JET_SPACEHINTS
impl Clone for JET_SPACEHINTS
impl Copy for JET_SPACEHINTS
Auto Trait Implementations
impl RefUnwindSafe for JET_SPACEHINTS
impl Send for JET_SPACEHINTS
impl Sync for JET_SPACEHINTS
impl Unpin for JET_SPACEHINTS
impl UnwindSafe for JET_SPACEHINTS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more