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