#[repr(C)]pub struct DltContext {
pub contextID: [c_char; 4],
pub contextID2len: u8,
pub contextID2: *mut c_char,
pub log_level_pos: i32,
pub log_level_ptr: *mut i8,
pub trace_status_ptr: *mut i8,
pub mcnt: u8,
}Fields§
§contextID: [c_char; 4]§contextID2len: u8§contextID2: *mut c_char§log_level_pos: i32§log_level_ptr: *mut i8§trace_status_ptr: *mut i8§mcnt: u8Trait Implementations§
Source§impl Clone for DltContext
impl Clone for DltContext
Source§fn clone(&self) -> DltContext
fn clone(&self) -> DltContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DltContext
Auto Trait Implementations§
impl !Send for DltContext
impl !Sync for DltContext
impl Freeze for DltContext
impl RefUnwindSafe for DltContext
impl Unpin for DltContext
impl UnsafeUnpin for DltContext
impl UnwindSafe for DltContext
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