#[repr(transparent)]pub struct CordicX(pub u32);Expand description
CORDIC Input X
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for CordicX
impl Eq for CordicX
impl StructuralPartialEq for CordicX
Auto Trait Implementations§
impl Freeze for CordicX
impl RefUnwindSafe for CordicX
impl Send for CordicX
impl Sync for CordicX
impl Unpin for CordicX
impl UnwindSafe for CordicX
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