[−][src]Struct gstreamer_net::NtpClockClass
Methods from Deref<Target = <NetClientClock as ObjectType>::RustClassType>
pub fn get_property_address(&self) -> Option<GString>
[src]
pub fn set_property_address(&self, address: Option<&str>)
[src]
pub fn get_property_base_time(&self) -> u64
[src]
pub fn get_property_bus(&self) -> Option<Bus>
[src]
pub fn set_property_bus<P: IsA<Bus> + SetValueOptional>(&self, bus: Option<&P>)
[src]
pub fn get_property_internal_clock(&self) -> Option<Clock>
[src]
pub fn get_property_minimum_update_interval(&self) -> u64
[src]
pub fn set_property_minimum_update_interval(&self, minimum_update_interval: u64)
[src]
pub fn get_property_port(&self) -> i32
[src]
pub fn set_property_port(&self, port: i32)
[src]
pub fn get_property_qos_dscp(&self) -> i32
[src]
pub fn set_property_qos_dscp(&self, qos_dscp: i32)
[src]
pub fn get_property_round_trip_limit(&self) -> u64
[src]
pub fn set_property_round_trip_limit(&self, round_trip_limit: u64)
[src]
pub fn connect_property_address_notify<F: Fn(&NetClientClock) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
pub fn connect_property_bus_notify<F: Fn(&NetClientClock) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
pub fn connect_property_internal_clock_notify<F: Fn(&NetClientClock) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
pub fn connect_property_minimum_update_interval_notify<F: Fn(&NetClientClock) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
pub fn connect_property_port_notify<F: Fn(&NetClientClock) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
pub fn connect_property_qos_dscp_notify<F: Fn(&NetClientClock) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
pub fn connect_property_round_trip_limit_notify<F: Fn(&NetClientClock) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
Trait Implementations
impl Debug for NtpClockClass
[src]
impl Deref for NtpClockClass
[src]
type Target = <NetClientClock as ObjectType>::RustClassType
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for NtpClockClass
[src]
impl IsClassFor for NtpClockClass
[src]
type Instance = NtpClock
Corresponding Rust instance type for this class.
fn get_type(&self) -> Type
[src]
fn upcast_ref<U>(&self) -> &U where
U: IsClassFor,
Self::Instance: IsA<<U as IsClassFor>::Instance>,
<U as IsClassFor>::Instance: ObjectType,
[src]
U: IsClassFor,
Self::Instance: IsA<<U as IsClassFor>::Instance>,
<U as IsClassFor>::Instance: ObjectType,
fn upcast_ref_mut<U>(&mut self) -> &mut U where
U: IsClassFor,
Self::Instance: IsA<<U as IsClassFor>::Instance>,
<U as IsClassFor>::Instance: ObjectType,
[src]
U: IsClassFor,
Self::Instance: IsA<<U as IsClassFor>::Instance>,
<U as IsClassFor>::Instance: ObjectType,
fn downcast_ref<U>(&self) -> Option<&U> where
U: IsClassFor,
<U as IsClassFor>::Instance: IsA<Self::Instance>,
Self::Instance: ObjectType,
[src]
U: IsClassFor,
<U as IsClassFor>::Instance: IsA<Self::Instance>,
Self::Instance: ObjectType,
fn downcast_ref_mut<U>(&mut self) -> Option<&mut U> where
U: IsClassFor,
<U as IsClassFor>::Instance: IsA<Self::Instance>,
Self::Instance: ObjectType,
[src]
U: IsClassFor,
<U as IsClassFor>::Instance: IsA<Self::Instance>,
Self::Instance: ObjectType,
fn from_type(type_: Type) -> Option<ClassRef<Self>>
[src]
impl Send for NtpClockClass
[src]
impl Sync for NtpClockClass
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,