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