#[repr(transparent)]pub struct RELOADTYPE(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for RELOADTYPE
impl Clone for RELOADTYPE
Source§fn clone(&self) -> RELOADTYPE
fn clone(&self) -> RELOADTYPE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RELOADTYPE
Source§impl Debug for RELOADTYPE
impl Debug for RELOADTYPE
Source§impl Default for RELOADTYPE
impl Default for RELOADTYPE
Source§fn default() -> RELOADTYPE
fn default() -> RELOADTYPE
Returns the “default value” for a type. Read more
impl Eq for RELOADTYPE
Source§impl PartialEq for RELOADTYPE
impl PartialEq for RELOADTYPE
Source§fn eq(&self, other: &RELOADTYPE) -> bool
fn eq(&self, other: &RELOADTYPE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RELOADTYPE
Auto Trait Implementations§
impl Freeze for RELOADTYPE
impl RefUnwindSafe for RELOADTYPE
impl Send for RELOADTYPE
impl Sync for RELOADTYPE
impl Unpin for RELOADTYPE
impl UnsafeUnpin for RELOADTYPE
impl UnwindSafe for RELOADTYPE
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