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