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