Struct gstreamer_net::NetAddressMeta 
source · #[repr(transparent)]pub struct NetAddressMeta(_);Implementations
sourceimpl NetAddressMeta
 
impl NetAddressMeta
pub fn add<'a, A: IsA<SocketAddress>>(
    buffer: &'a mut BufferRef,
    addr: &A
) -> MetaRefMut<'a, Self, Standalone>
pub fn addr(&self) -> SocketAddress
pub fn set_addr<T: IsA<SocketAddress>>(&mut self, addr: &T)
Trait Implementations
sourceimpl Debug for NetAddressMeta
 
impl Debug for NetAddressMeta
sourceimpl MetaAPI for NetAddressMeta
 
impl MetaAPI for NetAddressMeta
impl Send for NetAddressMeta
impl Sync for NetAddressMeta
Auto Trait Implementations
impl RefUnwindSafe for NetAddressMeta
impl Unpin for NetAddressMeta
impl UnwindSafe for NetAddressMeta
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more