Struct phosh_sys::PhoshRunCommandDialogClass
source · #[repr(C)]pub struct PhoshRunCommandDialogClass {
pub parent_class: PhoshSystemModalDialogClass,
}Fields§
§parent_class: PhoshSystemModalDialogClassTrait Implementations§
source§impl Clone for PhoshRunCommandDialogClass
impl Clone for PhoshRunCommandDialogClass
source§fn clone(&self) -> PhoshRunCommandDialogClass
fn clone(&self) -> PhoshRunCommandDialogClass
Returns a copy 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 PhoshRunCommandDialogClass
impl Debug for PhoshRunCommandDialogClass
impl Copy for PhoshRunCommandDialogClass
Auto Trait Implementations§
impl Freeze for PhoshRunCommandDialogClass
impl RefUnwindSafe for PhoshRunCommandDialogClass
impl !Send for PhoshRunCommandDialogClass
impl !Sync for PhoshRunCommandDialogClass
impl Unpin for PhoshRunCommandDialogClass
impl UnwindSafe for PhoshRunCommandDialogClass
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)