#[repr(transparent)]pub struct Pct11(pub u32);
Expand description
Mean magnitude and mean phase converted to IQ. IQ values limited to [-1024,1023].
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Pct11
impl Eq for Pct11
impl StructuralPartialEq for Pct11
Auto Trait Implementations§
impl Freeze for Pct11
impl RefUnwindSafe for Pct11
impl Send for Pct11
impl Sync for Pct11
impl Unpin for Pct11
impl UnwindSafe for Pct11
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
)