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