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