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