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