#[repr(C)]pub struct REMOVE_ELEMENT_AND_TRUNCATE_REQUEST {
pub Version: u32,
pub Size: u32,
pub RequestCapacity: u64,
pub ElementIdentifier: u32,
pub Reserved: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
RequestCapacity: u64
ElementIdentifier: u32
Reserved: u32
Trait Implementations
impl Clone for REMOVE_ELEMENT_AND_TRUNCATE_REQUEST
impl Clone for REMOVE_ELEMENT_AND_TRUNCATE_REQUEST
impl Copy for REMOVE_ELEMENT_AND_TRUNCATE_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for REMOVE_ELEMENT_AND_TRUNCATE_REQUEST
impl Send for REMOVE_ELEMENT_AND_TRUNCATE_REQUEST
impl Sync for REMOVE_ELEMENT_AND_TRUNCATE_REQUEST
impl Unpin for REMOVE_ELEMENT_AND_TRUNCATE_REQUEST
impl UnwindSafe for REMOVE_ELEMENT_AND_TRUNCATE_REQUEST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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