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