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