Struct windows_sys::Win32::Storage::IscsiDisc::HYBRID_INFORMATION_1
#[repr(C)]pub struct HYBRID_INFORMATION_1 {
pub PriorityLevelCount: u8,
pub MaxPriorityBehavior: BOOLEAN,
pub OptimalWriteGranularity: u8,
pub Reserved: u8,
pub DirtyThresholdLow: u32,
pub DirtyThresholdHigh: u32,
pub SupportedCommands: HYBRID_INFORMATION_1_0,
pub Priority: [NVCACHE_PRIORITY_LEVEL_DESCRIPTOR; 1],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§PriorityLevelCount: u8
§MaxPriorityBehavior: BOOLEAN
§OptimalWriteGranularity: u8
§Reserved: u8
§DirtyThresholdLow: u32
§DirtyThresholdHigh: u32
§SupportedCommands: HYBRID_INFORMATION_1_0
§Priority: [NVCACHE_PRIORITY_LEVEL_DESCRIPTOR; 1]
Trait Implementations§
§impl Clone for HYBRID_INFORMATION_1
impl Clone for HYBRID_INFORMATION_1
impl Copy for HYBRID_INFORMATION_1
Auto Trait Implementations§
impl RefUnwindSafe for HYBRID_INFORMATION_1
impl Send for HYBRID_INFORMATION_1
impl Sync for HYBRID_INFORMATION_1
impl Unpin for HYBRID_INFORMATION_1
impl UnwindSafe for HYBRID_INFORMATION_1
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