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