#[repr(C)]pub struct FILE_DISPOSITION_INFO_EX {
pub Flags: u32,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
Flags: u32
Trait Implementations
impl Clone for FILE_DISPOSITION_INFO_EX
impl Clone for FILE_DISPOSITION_INFO_EX
impl Copy for FILE_DISPOSITION_INFO_EX
Auto Trait Implementations
impl RefUnwindSafe for FILE_DISPOSITION_INFO_EX
impl Send for FILE_DISPOSITION_INFO_EX
impl Sync for FILE_DISPOSITION_INFO_EX
impl Unpin for FILE_DISPOSITION_INFO_EX
impl UnwindSafe for FILE_DISPOSITION_INFO_EX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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