pub struct ChildMode(/* private fields */);Expand description
C++ enum: QState::ChildMode.
Implementations§
Source§impl ChildMode
impl ChildMode
Sourcepub const ExclusiveStates: ChildMode
pub const ExclusiveStates: ChildMode
C++ enum variant: ExclusiveStates = 0
Sourcepub const ParallelStates: ChildMode
pub const ParallelStates: ChildMode
C++ enum variant: ParallelStates = 1
Trait Implementations§
impl Copy for ChildMode
impl Eq for ChildMode
impl StructuralPartialEq for ChildMode
Auto Trait Implementations§
impl Freeze for ChildMode
impl RefUnwindSafe for ChildMode
impl Send for ChildMode
impl Sync for ChildMode
impl Unpin for ChildMode
impl UnsafeUnpin for ChildMode
impl UnwindSafe for ChildMode
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