#[repr(C)]pub struct DEVICE_WRITE_AGGREGATION_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub BenefitsFromWriteAggregation: BOOLEAN,
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields
Version: u32
Size: u32
BenefitsFromWriteAggregation: BOOLEAN
Trait Implementations
impl Clone for DEVICE_WRITE_AGGREGATION_DESCRIPTOR
impl Clone for DEVICE_WRITE_AGGREGATION_DESCRIPTOR
impl Copy for DEVICE_WRITE_AGGREGATION_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_WRITE_AGGREGATION_DESCRIPTOR
impl Send for DEVICE_WRITE_AGGREGATION_DESCRIPTOR
impl Sync for DEVICE_WRITE_AGGREGATION_DESCRIPTOR
impl Unpin for DEVICE_WRITE_AGGREGATION_DESCRIPTOR
impl UnwindSafe for DEVICE_WRITE_AGGREGATION_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more