Struct TASKDIALOGPARTS
#[repr(transparent)]pub struct TASKDIALOGPARTS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for TASKDIALOGPARTS
impl Clone for TASKDIALOGPARTS
§fn clone(&self) -> TASKDIALOGPARTS
fn clone(&self) -> TASKDIALOGPARTS
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 more§impl Debug for TASKDIALOGPARTS
impl Debug for TASKDIALOGPARTS
§impl Default for TASKDIALOGPARTS
impl Default for TASKDIALOGPARTS
§fn default() -> TASKDIALOGPARTS
fn default() -> TASKDIALOGPARTS
Returns the “default value” for a type. Read more
§impl PartialEq for TASKDIALOGPARTS
impl PartialEq for TASKDIALOGPARTS
impl Copy for TASKDIALOGPARTS
impl Eq for TASKDIALOGPARTS
impl StructuralPartialEq for TASKDIALOGPARTS
Auto Trait Implementations§
impl Freeze for TASKDIALOGPARTS
impl RefUnwindSafe for TASKDIALOGPARTS
impl Send for TASKDIALOGPARTS
impl Sync for TASKDIALOGPARTS
impl Unpin for TASKDIALOGPARTS
impl UnwindSafe for TASKDIALOGPARTS
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