Struct gstreamer_net_sys::GstNetTimePacket [−][src]
#[repr(C)]pub struct GstNetTimePacket { pub local_time: GstClockTime, pub remote_time: GstClockTime, }
Fields
local_time: GstClockTime
remote_time: GstClockTime
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstNetTimePacket
impl Send for GstNetTimePacket
impl Sync for GstNetTimePacket
impl Unpin for GstNetTimePacket
impl UnwindSafe for GstNetTimePacket
Blanket Implementations
Mutably borrows from an owned value. Read more