Struct windows_sys::Win32::Storage::FileSystem::FILE_DISPOSITION_INFO_EX
#[repr(C)]pub struct FILE_DISPOSITION_INFO_EX {
pub Flags: FILE_DISPOSITION_INFO_EX_FLAGS,
}
Fields§
§Flags: FILE_DISPOSITION_INFO_EX_FLAGS
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§
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