pub struct SndConnEventSwitchQueueRef<'a> {
pub phase: &'a SwitchPhase,
pub member: &'a Option<GroupMemberRef>,
}Fields§
§phase: &'a SwitchPhase§member: &'a Option<GroupMemberRef>Trait Implementations§
Source§impl<'a> Clone for SndConnEventSwitchQueueRef<'a>
impl<'a> Clone for SndConnEventSwitchQueueRef<'a>
Source§fn clone(&self) -> SndConnEventSwitchQueueRef<'a>
fn clone(&self) -> SndConnEventSwitchQueueRef<'a>
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 moreimpl<'a> Copy for SndConnEventSwitchQueueRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for SndConnEventSwitchQueueRef<'a>
impl<'a> RefUnwindSafe for SndConnEventSwitchQueueRef<'a>
impl<'a> Send for SndConnEventSwitchQueueRef<'a>
impl<'a> Sync for SndConnEventSwitchQueueRef<'a>
impl<'a> Unpin for SndConnEventSwitchQueueRef<'a>
impl<'a> UnsafeUnpin for SndConnEventSwitchQueueRef<'a>
impl<'a> UnwindSafe for SndConnEventSwitchQueueRef<'a>
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