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