Struct datachannel_sys::rtcStartTime
source · [−]Fields
seconds: f64since1970: booltimestamp: u32Trait Implementations
sourceimpl Clone for rtcStartTime
impl Clone for rtcStartTime
sourcefn clone(&self) -> rtcStartTime
fn clone(&self) -> rtcStartTime
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for rtcStartTime
impl Debug for rtcStartTime
impl Copy for rtcStartTime
Auto Trait Implementations
impl RefUnwindSafe for rtcStartTime
impl Send for rtcStartTime
impl Sync for rtcStartTime
impl Unpin for rtcStartTime
impl UnwindSafe for rtcStartTime
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