#[repr(C)]pub struct switch_serial_event_header_s {
pub name: *mut c_char,
pub value: *mut c_char,
}Fields§
§name: *mut c_char§value: *mut c_charTrait Implementations§
Source§impl Clone for switch_serial_event_header_s
impl Clone for switch_serial_event_header_s
Source§fn clone(&self) -> switch_serial_event_header_s
fn clone(&self) -> switch_serial_event_header_s
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_serial_event_header_s
impl Debug for switch_serial_event_header_s
impl Copy for switch_serial_event_header_s
Auto Trait Implementations§
impl Freeze for switch_serial_event_header_s
impl RefUnwindSafe for switch_serial_event_header_s
impl !Send for switch_serial_event_header_s
impl !Sync for switch_serial_event_header_s
impl Unpin for switch_serial_event_header_s
impl UnsafeUnpin for switch_serial_event_header_s
impl UnwindSafe for switch_serial_event_header_s
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