#[repr(C)]pub struct switch_app_log {
pub app: *mut c_char,
pub arg: *mut c_char,
pub stamp: switch_time_t,
pub next: *mut switch_app_log,
}Fields§
§app: *mut c_char§arg: *mut c_char§stamp: switch_time_t§next: *mut switch_app_logTrait Implementations§
Source§impl Clone for switch_app_log
impl Clone for switch_app_log
Source§fn clone(&self) -> switch_app_log
fn clone(&self) -> switch_app_log
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 switch_app_log
impl Debug for switch_app_log
impl Copy for switch_app_log
Auto Trait Implementations§
impl Freeze for switch_app_log
impl RefUnwindSafe for switch_app_log
impl !Send for switch_app_log
impl !Sync for switch_app_log
impl Unpin for switch_app_log
impl UnwindSafe for switch_app_log
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