#[repr(C)]pub struct __log_rec_spec {
pub type_: log_rec_type_t,
pub offset: u_int32_t,
pub name: *const c_char,
pub fmt: [c_char; 4],
}
Fields§
§type_: log_rec_type_t
§offset: u_int32_t
§name: *const c_char
§fmt: [c_char; 4]
Trait Implementations§
Source§impl Clone for __log_rec_spec
impl Clone for __log_rec_spec
Source§fn clone(&self) -> __log_rec_spec
fn clone(&self) -> __log_rec_spec
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 __log_rec_spec
impl Debug for __log_rec_spec
Source§impl Default for __log_rec_spec
impl Default for __log_rec_spec
impl Copy for __log_rec_spec
Auto Trait Implementations§
impl Freeze for __log_rec_spec
impl RefUnwindSafe for __log_rec_spec
impl !Send for __log_rec_spec
impl !Sync for __log_rec_spec
impl Unpin for __log_rec_spec
impl UnwindSafe for __log_rec_spec
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