#[repr(C)]pub struct cint16_T {
pub re: int16_T,
pub im: int16_T,
}Fields§
§re: int16_T§im: int16_TTrait Implementations§
impl Copy for cint16_T
Auto Trait Implementations§
impl Freeze for cint16_T
impl RefUnwindSafe for cint16_T
impl Send for cint16_T
impl Sync for cint16_T
impl Unpin for cint16_T
impl UnwindSafe for cint16_T
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