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