#[repr(C)]pub struct switch_io_event_hook_kill_channel {
pub kill_channel: switch_kill_channel_hook_t,
pub next: *mut switch_io_event_hook_kill_channel,
}Expand description
\brief Node in which to store custom kill channel callback hooks
Fields§
§kill_channel: switch_kill_channel_hook_tthe kill channel callback hook
next: *mut switch_io_event_hook_kill_channelTrait Implementations§
Source§impl Clone for switch_io_event_hook_kill_channel
impl Clone for switch_io_event_hook_kill_channel
Source§fn clone(&self) -> switch_io_event_hook_kill_channel
fn clone(&self) -> switch_io_event_hook_kill_channel
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_io_event_hook_kill_channel
Auto Trait Implementations§
impl Freeze for switch_io_event_hook_kill_channel
impl RefUnwindSafe for switch_io_event_hook_kill_channel
impl !Send for switch_io_event_hook_kill_channel
impl !Sync for switch_io_event_hook_kill_channel
impl Unpin for switch_io_event_hook_kill_channel
impl UnwindSafe for switch_io_event_hook_kill_channel
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