Struct windows_native::ntmmapi::FILEOFFSET_INFORMATION
source ยท #[repr(C)]#[repr(align(8))]pub struct FILEOFFSET_INFORMATION { /* private fields */ }Implementationsยง
sourceยงimpl FILEOFFSET_INFORMATION
impl FILEOFFSET_INFORMATION
pub fn DontUse(&self) -> u64
pub fn set_DontUse(&mut self, val: u64)
pub fn Offset(&self) -> u64
pub fn set_Offset(&mut self, val: u64)
pub fn Reserved(&self) -> u64
pub fn set_Reserved(&mut self, val: u64)
pub fn new_bitfield_1( DontUse: u64, Offset: u64, Reserved: u64 ) -> BitfieldUnit<[u8; 8]>
Trait Implementationsยง
sourceยงimpl Debug for FILEOFFSET_INFORMATION
impl Debug for FILEOFFSET_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for FILEOFFSET_INFORMATION
impl Send for FILEOFFSET_INFORMATION
impl Sync for FILEOFFSET_INFORMATION
impl Unpin for FILEOFFSET_INFORMATION
impl UnwindSafe for FILEOFFSET_INFORMATION
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