Struct gstreamer_sys::GstFraction
source · [−]#[repr(C)]pub struct GstFraction { /* private fields */ }Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstFraction
impl !Send for GstFraction
impl !Sync for GstFraction
impl !Unpin for GstFraction
impl UnwindSafe for GstFraction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more