Struct gstreamer_sys::GstPollFD[][src]

#[repr(C)]
pub struct GstPollFD { pub fd: c_int, pub idx: c_int, }

Fields

Trait Implementations

impl Copy for GstPollFD
[src]

impl Clone for GstPollFD
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPollFD
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstPollFD

impl Sync for GstPollFD