Struct KSM_BDA_DEBUG_LEVEL
#[repr(C)]pub struct KSM_BDA_DEBUG_LEVEL {
pub Method: KSIDENTIFIER,
pub ucDebugLevel: u8,
pub ulDebugStringSize: u32,
pub argbDebugString: [u8; 1],
}
Fields§
§Method: KSIDENTIFIER
§ucDebugLevel: u8
§ulDebugStringSize: u32
§argbDebugString: [u8; 1]
Trait Implementations§
§impl Clone for KSM_BDA_DEBUG_LEVEL
impl Clone for KSM_BDA_DEBUG_LEVEL
§fn clone(&self) -> KSM_BDA_DEBUG_LEVEL
fn clone(&self) -> KSM_BDA_DEBUG_LEVEL
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 more§impl Default for KSM_BDA_DEBUG_LEVEL
impl Default for KSM_BDA_DEBUG_LEVEL
impl Copy for KSM_BDA_DEBUG_LEVEL
Auto Trait Implementations§
impl Freeze for KSM_BDA_DEBUG_LEVEL
impl RefUnwindSafe for KSM_BDA_DEBUG_LEVEL
impl Send for KSM_BDA_DEBUG_LEVEL
impl Sync for KSM_BDA_DEBUG_LEVEL
impl Unpin for KSM_BDA_DEBUG_LEVEL
impl UnwindSafe for KSM_BDA_DEBUG_LEVEL
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