Struct SAMPLE_LIVE_STREAM_TIME
#[repr(C)]pub struct SAMPLE_LIVE_STREAM_TIME {
pub qwStreamTime: u64,
pub qwLiveTime: u64,
}
Fields§
§qwStreamTime: u64
§qwLiveTime: u64
Trait Implementations§
§impl Clone for SAMPLE_LIVE_STREAM_TIME
impl Clone for SAMPLE_LIVE_STREAM_TIME
§fn clone(&self) -> SAMPLE_LIVE_STREAM_TIME
fn clone(&self) -> SAMPLE_LIVE_STREAM_TIME
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SAMPLE_LIVE_STREAM_TIME
impl Debug for SAMPLE_LIVE_STREAM_TIME
§impl Default for SAMPLE_LIVE_STREAM_TIME
impl Default for SAMPLE_LIVE_STREAM_TIME
§impl PartialEq for SAMPLE_LIVE_STREAM_TIME
impl PartialEq for SAMPLE_LIVE_STREAM_TIME
impl Copy for SAMPLE_LIVE_STREAM_TIME
impl StructuralPartialEq for SAMPLE_LIVE_STREAM_TIME
Auto Trait Implementations§
impl Freeze for SAMPLE_LIVE_STREAM_TIME
impl RefUnwindSafe for SAMPLE_LIVE_STREAM_TIME
impl Send for SAMPLE_LIVE_STREAM_TIME
impl Sync for SAMPLE_LIVE_STREAM_TIME
impl Unpin for SAMPLE_LIVE_STREAM_TIME
impl UnwindSafe for SAMPLE_LIVE_STREAM_TIME
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