Struct windows_sys::Win32::UI::Shell::DATABLOCK_HEADER
[−]Expand description
Required features: "Win32_UI_Shell"
Fields
cbSize: u32
dwSignature: u32
Trait Implementations
impl Clone for DATABLOCK_HEADER
impl Clone for DATABLOCK_HEADER
impl Copy for DATABLOCK_HEADER
Auto Trait Implementations
impl RefUnwindSafe for DATABLOCK_HEADER
impl Send for DATABLOCK_HEADER
impl Sync for DATABLOCK_HEADER
impl Unpin for DATABLOCK_HEADER
impl UnwindSafe for DATABLOCK_HEADER
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