#[repr(C)]pub struct log_msg_hdr {
pub desc: log_msg_desc,
pub source: *const c_void,
pub timestamp: u32,
}
Fields§
§desc: log_msg_desc
§source: *const c_void
§timestamp: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for log_msg_hdr
impl RefUnwindSafe for log_msg_hdr
impl !Send for log_msg_hdr
impl !Sync for log_msg_hdr
impl Unpin for log_msg_hdr
impl UnwindSafe for log_msg_hdr
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