[]Struct gstreamer_rtsp_server::RTSP_ADDRESS_POOL_ANY_IPV6

pub struct RTSP_ADDRESS_POOL_ANY_IPV6 { /* fields omitted */ }

Trait Implementations

impl Deref for RTSP_ADDRESS_POOL_ANY_IPV6

type Target = &'static str

The resulting type after dereferencing.

impl LazyStatic for RTSP_ADDRESS_POOL_ANY_IPV6

Auto Trait Implementations

impl RefUnwindSafe for RTSP_ADDRESS_POOL_ANY_IPV6

impl Send for RTSP_ADDRESS_POOL_ANY_IPV6

impl Sync for RTSP_ADDRESS_POOL_ANY_IPV6

impl Unpin for RTSP_ADDRESS_POOL_ANY_IPV6

impl UnwindSafe for RTSP_ADDRESS_POOL_ANY_IPV6

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.