#[repr(C)]pub struct DltContext {
pub contextID: [i8; 4],
pub log_level_pos: i32,
pub log_level_ptr: *mut i8,
pub trace_status_ptr: *mut i8,
pub mcnt: u8,
}Fields§
§contextID: [i8; 4]§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 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 moreSource§impl Debug for DltContext
impl Debug for DltContext
impl Copy for DltContext
Auto Trait Implementations§
impl Freeze for DltContext
impl RefUnwindSafe for DltContext
impl !Send for DltContext
impl !Sync for DltContext
impl Unpin 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