#[repr(C)]pub struct ca_ext_struct {
pub head: calcium_func_code,
pub hash: ulong,
pub depth: slong,
pub data: ca_ext_struct__ca_types_bindgen_ty_1,
}Fields§
§head: calcium_func_code§hash: ulong§depth: slong§data: ca_ext_struct__ca_types_bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for ca_ext_struct
impl RefUnwindSafe for ca_ext_struct
impl !Send for ca_ext_struct
impl !Sync for ca_ext_struct
impl Unpin for ca_ext_struct
impl UnsafeUnpin for ca_ext_struct
impl UnwindSafe for ca_ext_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