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