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