#[repr(transparent)]pub struct Magphasemean(pub u32);
Expand description
Mean magnitude and phase of the signal before it is converted to PCT16
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl Clone for Magphasemean
impl Clone for Magphasemean
Source§fn clone(&self) -> Magphasemean
fn clone(&self) -> Magphasemean
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 Magphasemean
impl Debug for Magphasemean
Source§impl Default for Magphasemean
impl Default for Magphasemean
Source§fn default() -> Magphasemean
fn default() -> Magphasemean
Returns the “default value” for a type. Read more
Source§impl PartialEq for Magphasemean
impl PartialEq for Magphasemean
impl Copy for Magphasemean
impl Eq for Magphasemean
impl StructuralPartialEq for Magphasemean
Auto Trait Implementations§
impl Freeze for Magphasemean
impl RefUnwindSafe for Magphasemean
impl Send for Magphasemean
impl Sync for Magphasemean
impl Unpin for Magphasemean
impl UnwindSafe for Magphasemean
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