Struct std::sys::windows::c::windows_sys::FILE_DISPOSITION_INFO_EX
source · #[repr(C)]pub struct FILE_DISPOSITION_INFO_EX {
pub Flags: u32,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§Flags: u32
🔬This is a nightly-only experimental API. (
windows_c
)Trait Implementations§
source§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