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