#[repr(C)]pub struct switch_io_event_hook_state_run {
pub state_run: switch_state_run_hook_t,
pub next: *mut switch_io_event_hook_state_run,
}Expand description
\brief Node in which to store state run callback hooks
Fields§
§state_run: switch_state_run_hook_tthe state run channel callback hook
next: *mut switch_io_event_hook_state_runTrait Implementations§
Source§impl Clone for switch_io_event_hook_state_run
impl Clone for switch_io_event_hook_state_run
Source§fn clone(&self) -> switch_io_event_hook_state_run
fn clone(&self) -> switch_io_event_hook_state_run
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_state_run
Auto Trait Implementations§
impl Freeze for switch_io_event_hook_state_run
impl RefUnwindSafe for switch_io_event_hook_state_run
impl !Send for switch_io_event_hook_state_run
impl !Sync for switch_io_event_hook_state_run
impl Unpin for switch_io_event_hook_state_run
impl UnwindSafe for switch_io_event_hook_state_run
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