#[repr(C)]pub struct MSLogRegistry {
pub maxmessages: c_int,
pub messagecnt: c_int,
pub messages: *mut MSLogEntry,
}Expand description
@brief Log message registry. \sa ms_rlog() \sa ms_rlog_l()
Fields§
§maxmessages: c_int§messagecnt: c_int§messages: *mut MSLogEntryTrait Implementations§
Source§impl Clone for MSLogRegistry
impl Clone for MSLogRegistry
Source§fn clone(&self) -> MSLogRegistry
fn clone(&self) -> MSLogRegistry
Returns a duplicate 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 MSLogRegistry
impl Debug for MSLogRegistry
impl Copy for MSLogRegistry
Auto Trait Implementations§
impl Freeze for MSLogRegistry
impl RefUnwindSafe for MSLogRegistry
impl !Send for MSLogRegistry
impl !Sync for MSLogRegistry
impl Unpin for MSLogRegistry
impl UnwindSafe for MSLogRegistry
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