Struct gstreamer_sys::GstFraction
source · #[repr(C)]pub struct GstFraction { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstFraction
impl RefUnwindSafe for GstFraction
impl !Send for GstFraction
impl !Sync for GstFraction
impl !Unpin for GstFraction
impl UnwindSafe for GstFraction
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