Struct windows_sys::Win32::System::Ioctl::RETRIEVAL_POINTER_BASE
#[repr(C)]pub struct RETRIEVAL_POINTER_BASE {
pub FileAreaOffset: i64,
}Fields§
§FileAreaOffset: i64Trait 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§
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