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