Union windows_sys::Win32::System::Diagnostics::Debug::DUMP_FILE_ATTRIBUTES
[−]#[repr(C)]
pub union DUMP_FILE_ATTRIBUTES {
pub Anonymous: DUMP_FILE_ATTRIBUTES_0,
pub Attributes: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Anonymous: DUMP_FILE_ATTRIBUTES_0
Attributes: u32
Trait Implementations
impl Clone for DUMP_FILE_ATTRIBUTES
impl Clone for DUMP_FILE_ATTRIBUTES
impl Copy for DUMP_FILE_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for DUMP_FILE_ATTRIBUTES
impl Send for DUMP_FILE_ATTRIBUTES
impl Sync for DUMP_FILE_ATTRIBUTES
impl Unpin for DUMP_FILE_ATTRIBUTES
impl UnwindSafe for DUMP_FILE_ATTRIBUTES
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