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