Struct gst::ffi::Struct__GTimeVal[][src]

#[repr(C)]
pub struct Struct__GTimeVal { pub tv_sec: glong, pub tv_usec: glong, }

Fields

Trait Implementations

impl Clone for Struct__GTimeVal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GTimeVal
[src]

impl Default for Struct__GTimeVal
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Struct__GTimeVal

impl Sync for Struct__GTimeVal