#[repr(transparent)]pub struct Pct16(pub u32);
Expand description
Mean magnitude and mean phase converted to IQ
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Pct16
impl Eq for Pct16
impl StructuralPartialEq for Pct16
Auto Trait Implementations§
impl Freeze for Pct16
impl RefUnwindSafe for Pct16
impl Send for Pct16
impl Sync for Pct16
impl Unpin for Pct16
impl UnwindSafe for Pct16
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)