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