Struct windows_sys::Win32::UI::Shell::DATABLOCK_HEADER
#[repr(C, packed(1))]pub struct DATABLOCK_HEADER {
pub cbSize: u32,
pub dwSignature: u32,
}
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§
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