Struct DEBUG_SYMBOL_PARAMETERS
#[repr(C)]pub struct DEBUG_SYMBOL_PARAMETERS {
pub Module: u64,
pub TypeId: u32,
pub ParentSymbol: u32,
pub SubElements: u32,
pub Flags: u32,
pub Reserved: u64,
}
Fields§
§Module: u64
§TypeId: u32
§ParentSymbol: u32
§SubElements: u32
§Flags: u32
§Reserved: u64
Trait Implementations§
§impl Clone for DEBUG_SYMBOL_PARAMETERS
impl Clone for DEBUG_SYMBOL_PARAMETERS
§fn clone(&self) -> DEBUG_SYMBOL_PARAMETERS
fn clone(&self) -> DEBUG_SYMBOL_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DEBUG_SYMBOL_PARAMETERS
Auto Trait Implementations§
impl Freeze for DEBUG_SYMBOL_PARAMETERS
impl RefUnwindSafe for DEBUG_SYMBOL_PARAMETERS
impl Send for DEBUG_SYMBOL_PARAMETERS
impl Sync for DEBUG_SYMBOL_PARAMETERS
impl Unpin for DEBUG_SYMBOL_PARAMETERS
impl UnwindSafe for DEBUG_SYMBOL_PARAMETERS
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