#[repr(C)]pub struct ca_ext_qqbar {
pub x: qqbar_struct,
pub nf: *mut nf_struct,
}Fields§
§x: qqbar_struct§nf: *mut nf_structTrait Implementations§
Auto Trait Implementations§
impl Freeze for ca_ext_qqbar
impl RefUnwindSafe for ca_ext_qqbar
impl !Send for ca_ext_qqbar
impl !Sync for ca_ext_qqbar
impl Unpin for ca_ext_qqbar
impl UnsafeUnpin for ca_ext_qqbar
impl UnwindSafe for ca_ext_qqbar
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