#[repr(C)]pub struct acb_struct {
pub real: arb_struct,
pub imag: arb_struct,
}Fields§
§real: arb_struct§imag: arb_structTrait Implementations§
Auto Trait Implementations§
impl Freeze for acb_struct
impl RefUnwindSafe for acb_struct
impl !Send for acb_struct
impl !Sync for acb_struct
impl Unpin for acb_struct
impl UnsafeUnpin for acb_struct
impl UnwindSafe for acb_struct
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