Struct GESCommand Line Formatter Class
Source #[repr(C)]pub struct GESCommandLineFormatterClass {
pub parent_class: GESFormatterClass,
}Fields§
§parent_class: GESFormatterClassTrait Implementations§
Source§impl Clone for GESCommandLineFormatterClass
impl Clone for GESCommandLineFormatterClass
Source§fn clone(&self) -> GESCommandLineFormatterClass
fn clone(&self) -> GESCommandLineFormatterClass
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 GESCommandLineFormatterClass
Auto Trait Implementations§
impl !Send for GESCommandLineFormatterClass
impl !Sync for GESCommandLineFormatterClass
impl Freeze for GESCommandLineFormatterClass
impl RefUnwindSafe for GESCommandLineFormatterClass
impl Unpin for GESCommandLineFormatterClass
impl UnsafeUnpin for GESCommandLineFormatterClass
impl UnwindSafe for GESCommandLineFormatterClass
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