pub struct HostClockInfo { /* private fields */ }Expand description
Clock metadata for an opened host stream.
Implementations§
Trait Implementations§
Source§impl Clone for HostClockInfo
impl Clone for HostClockInfo
Source§fn clone(&self) -> HostClockInfo
fn clone(&self) -> HostClockInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HostClockInfo
impl Debug for HostClockInfo
impl Eq for HostClockInfo
Source§impl PartialEq for HostClockInfo
impl PartialEq for HostClockInfo
Source§fn eq(&self, other: &HostClockInfo) -> bool
fn eq(&self, other: &HostClockInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HostClockInfo
Auto Trait Implementations§
impl Freeze for HostClockInfo
impl RefUnwindSafe for HostClockInfo
impl Send for HostClockInfo
impl Sync for HostClockInfo
impl Unpin for HostClockInfo
impl UnsafeUnpin for HostClockInfo
impl UnwindSafe for HostClockInfo
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