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