#[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 Freeze for GstPollFD
impl RefUnwindSafe for GstPollFD
impl Send for GstPollFD
impl Sync for GstPollFD
impl Unpin for GstPollFD
impl UnwindSafe for GstPollFD
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more