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