#[repr(C)]pub struct GstWebRTCICEStreamClass {
pub parent_class: GstObjectClass,
pub find_transport: Option<unsafe extern "C" fn(_: *mut GstWebRTCICEStream, _: GstWebRTCICEComponent) -> *mut GstWebRTCICETransport>,
pub gather_candidates: Option<unsafe extern "C" fn(_: *mut GstWebRTCICEStream) -> gboolean>,
}
Fields§
§parent_class: GstObjectClass
§find_transport: Option<unsafe extern "C" fn(_: *mut GstWebRTCICEStream, _: GstWebRTCICEComponent) -> *mut GstWebRTCICETransport>
§gather_candidates: Option<unsafe extern "C" fn(_: *mut GstWebRTCICEStream) -> gboolean>
Trait Implementations§
source§impl Clone for GstWebRTCICEStreamClass
impl Clone for GstWebRTCICEStreamClass
source§fn clone(&self) -> GstWebRTCICEStreamClass
fn clone(&self) -> GstWebRTCICEStreamClass
Returns a copy 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 moresource§impl Debug for GstWebRTCICEStreamClass
impl Debug for GstWebRTCICEStreamClass
impl Copy for GstWebRTCICEStreamClass
Auto Trait Implementations§
impl Freeze for GstWebRTCICEStreamClass
impl RefUnwindSafe for GstWebRTCICEStreamClass
impl !Send for GstWebRTCICEStreamClass
impl !Sync for GstWebRTCICEStreamClass
impl Unpin for GstWebRTCICEStreamClass
impl UnwindSafe for GstWebRTCICEStreamClass
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)