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