Struct gstreamer_sys::GstPollFD [−][src]
#[repr(C)]pub struct GstPollFD { pub fd: c_int, pub idx: c_int, }
Fields
fd: c_int
idx: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPollFD
impl UnwindSafe for GstPollFD
Blanket Implementations
Mutably borrows from an owned value. Read more