#[repr(C)]pub struct switch_console_callback_match {
pub head: *mut switch_console_callback_match_node,
pub end: *mut switch_console_callback_match_node,
pub count: c_int,
pub dynamic: c_int,
}Fields§
§head: *mut switch_console_callback_match_node§end: *mut switch_console_callback_match_node§count: c_int§dynamic: c_intTrait Implementations§
Source§impl Clone for switch_console_callback_match
impl Clone for switch_console_callback_match
Source§fn clone(&self) -> switch_console_callback_match
fn clone(&self) -> switch_console_callback_match
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
Auto Trait Implementations§
impl Freeze for switch_console_callback_match
impl RefUnwindSafe for switch_console_callback_match
impl !Send for switch_console_callback_match
impl !Sync for switch_console_callback_match
impl Unpin for switch_console_callback_match
impl UnwindSafe for switch_console_callback_match
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