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