Struct win_sys::FileSystem::FIO_CONTEXT
source · [−]#[repr(C)]pub struct FIO_CONTEXT {
pub m_dwTempHack: u32,
pub m_dwSignature: u32,
pub m_hFile: HANDLE,
pub m_dwLinesOffset: u32,
pub m_dwHeaderLength: u32,
}Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’
Fields
m_dwTempHack: u32m_dwSignature: u32m_hFile: HANDLEm_dwLinesOffset: u32m_dwHeaderLength: u32Trait Implementations
sourceimpl Clone for FIO_CONTEXT
impl Clone for FIO_CONTEXT
sourcepub fn clone(&self) -> FIO_CONTEXT
pub fn clone(&self) -> FIO_CONTEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FIO_CONTEXT
impl Debug for FIO_CONTEXT
sourceimpl Default for FIO_CONTEXT
impl Default for FIO_CONTEXT
sourcepub fn default() -> FIO_CONTEXT
pub fn default() -> FIO_CONTEXT
Returns the “default value” for a type. Read more
sourceimpl PartialEq<FIO_CONTEXT> for FIO_CONTEXT
impl PartialEq<FIO_CONTEXT> for FIO_CONTEXT
impl Copy for FIO_CONTEXT
impl Eq for FIO_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for FIO_CONTEXT
impl Send for FIO_CONTEXT
impl Sync for FIO_CONTEXT
impl Unpin for FIO_CONTEXT
impl UnwindSafe for FIO_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more