Struct gstreamer_net_sys::GstNetTimePacket[][src]

#[repr(C)]
pub struct GstNetTimePacket { pub local_time: GstClockTime, pub remote_time: GstClockTime, }

Fields

Trait Implementations

impl Copy for GstNetTimePacket
[src]

impl Clone for GstNetTimePacket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstNetTimePacket
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstNetTimePacket

impl Sync for GstNetTimePacket