Struct GstPlay Visualization
Source #[repr(C)]pub struct GstPlayVisualization {
pub name: *mut c_char,
pub description: *mut c_char,
}Fields§
§name: *mut c_char§description: *mut c_charTrait Implementations§
Source§impl Clone for GstPlayVisualization
impl Clone for GstPlayVisualization
Source§fn clone(&self) -> GstPlayVisualization
fn clone(&self) -> GstPlayVisualization
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstPlayVisualization
Auto Trait Implementations§
impl !Send for GstPlayVisualization
impl !Sync for GstPlayVisualization
impl Freeze for GstPlayVisualization
impl RefUnwindSafe for GstPlayVisualization
impl Unpin for GstPlayVisualization
impl UnsafeUnpin for GstPlayVisualization
impl UnwindSafe for GstPlayVisualization
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