Struct windows_sys::Win32::System::Ioctl::RETRIEVAL_POINTER_COUNT
[−]#[repr(C)]pub struct RETRIEVAL_POINTER_COUNT {
pub ExtentCount: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
ExtentCount: u32
Trait Implementations
impl Clone for RETRIEVAL_POINTER_COUNT
impl Clone for RETRIEVAL_POINTER_COUNT
impl Copy for RETRIEVAL_POINTER_COUNT
Auto Trait Implementations
impl RefUnwindSafe for RETRIEVAL_POINTER_COUNT
impl Send for RETRIEVAL_POINTER_COUNT
impl Sync for RETRIEVAL_POINTER_COUNT
impl Unpin for RETRIEVAL_POINTER_COUNT
impl UnwindSafe for RETRIEVAL_POINTER_COUNT
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