#[repr(C)]pub struct DbgKdDebugDataHeader64 {
pub list: ListEntry<u64>,
pub owner_tag: u32,
pub size: u32,
}Fields§
§list: ListEntry<u64>Link to other blocks
owner_tag: u32This is a unique tag to identify the owner of the block. If your component only uses one pool tag, use it for this, too.
size: u32This must be initialized to the size of the data block, including this structure.
Trait Implementations§
Source§impl Debug for DbgKdDebugDataHeader64
impl Debug for DbgKdDebugDataHeader64
Source§impl Default for DbgKdDebugDataHeader64
impl Default for DbgKdDebugDataHeader64
Source§fn default() -> DbgKdDebugDataHeader64
fn default() -> DbgKdDebugDataHeader64
Returns the “default value” for a type. Read more
impl Pod for DbgKdDebugDataHeader64
Auto Trait Implementations§
impl Freeze for DbgKdDebugDataHeader64
impl RefUnwindSafe for DbgKdDebugDataHeader64
impl Send for DbgKdDebugDataHeader64
impl Sync for DbgKdDebugDataHeader64
impl Unpin for DbgKdDebugDataHeader64
impl UnwindSafe for DbgKdDebugDataHeader64
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