[][src]Struct gstreamer_net::PtpClock

pub struct PtpClock(_, _);

Implementations

impl PtpClock[src]

pub fn get_property_domain(&self) -> u32[src]

pub fn get_property_grandmaster_clock_id(&self) -> u64[src]

pub fn get_property_internal_clock(&self) -> Option<Clock>[src]

pub fn get_property_master_clock_id(&self) -> u64[src]

pub fn connect_property_grandmaster_clock_id_notify<F: Fn(&PtpClock) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_internal_clock_notify<F: Fn(&PtpClock) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_master_clock_id_notify<F: Fn(&PtpClock) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

impl PtpClock[src]

pub fn new(name: Option<&str>, domain: u32) -> PtpClock[src]

Trait Implementations

impl Clone for PtpClock[src]

impl Debug for PtpClock[src]

impl Eq for PtpClock[src]

impl Hash for PtpClock[src]

impl IsA<Clock> for PtpClock[src]

impl IsA<Object> for PtpClock[src]

impl Ord for PtpClock[src]

impl<T: ObjectType> PartialEq<T> for PtpClock[src]

impl<T: ObjectType> PartialOrd<T> for PtpClock[src]

impl Send for PtpClock[src]

impl StaticType for PtpClock[src]

impl Sync for PtpClock[src]

Auto Trait Implementations

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<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 
[src]

impl<T> Cast for T where
    T: ObjectType
[src]

impl<O> ClockExt for O where
    O: IsA<Clock>, 
[src]

impl<O> ClockExtManual for O where
    O: IsA<Clock>, 
[src]

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

impl<O> GObjectExtManualGst for O where
    O: IsA<Object>, 
[src]

impl<O> GstObjectExt for O where
    O: IsA<Object>, 
[src]

impl<O> GstObjectExtManual for O where
    O: IsA<Object>, 
[src]

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

impl<T> ObjectExt for T where
    T: ObjectType
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[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.