#[repr(C)]pub struct GstRTSPAddress {
pub pool: *mut GstRTSPAddressPool,
pub address: *mut c_char,
pub port: u16,
pub n_ports: c_int,
pub ttl: u8,
pub priv_: gpointer,
}
Fields§
§pool: *mut GstRTSPAddressPool
§address: *mut c_char
§port: u16
§n_ports: c_int
§ttl: u8
§priv_: gpointer
Trait Implementations§
source§impl Clone for GstRTSPAddress
impl Clone for GstRTSPAddress
source§fn clone(&self) -> GstRTSPAddress
fn clone(&self) -> GstRTSPAddress
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 GstRTSPAddress
impl Debug for GstRTSPAddress
impl Copy for GstRTSPAddress
Auto Trait Implementations§
impl Freeze for GstRTSPAddress
impl RefUnwindSafe for GstRTSPAddress
impl !Send for GstRTSPAddress
impl !Sync for GstRTSPAddress
impl Unpin for GstRTSPAddress
impl UnwindSafe for GstRTSPAddress
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)