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