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