#[repr(C)]pub struct Agobj_s {
pub tag: Agtag_t,
pub data: *mut Agrec_t,
}Fields§
§tag: Agtag_t§data: *mut Agrec_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for Agobj_s
impl RefUnwindSafe for Agobj_s
impl !Send for Agobj_s
impl !Sync for Agobj_s
impl Unpin for Agobj_s
impl UnwindSafe for Agobj_s
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