#[repr(C)]pub struct DzlStateMachineClass {
pub parent: GObjectClass,
}Fields§
§parent: GObjectClassTrait Implementations§
Source§impl Clone for DzlStateMachineClass
impl Clone for DzlStateMachineClass
Source§fn clone(&self) -> DzlStateMachineClass
fn clone(&self) -> DzlStateMachineClass
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DzlStateMachineClass
impl Debug for DzlStateMachineClass
impl Copy for DzlStateMachineClass
Auto Trait Implementations§
impl Freeze for DzlStateMachineClass
impl RefUnwindSafe for DzlStateMachineClass
impl !Send for DzlStateMachineClass
impl !Sync for DzlStateMachineClass
impl Unpin for DzlStateMachineClass
impl UnwindSafe for DzlStateMachineClass
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