#[repr(C)]pub struct Agclos_s {
pub disc: Agdisc_t,
pub state: Agdstate_t,
pub strdict: *mut Dict_t,
pub seq: [u64; 3],
pub cb: *mut Agcbstack_t,
pub callbacks_enabled: c_uchar,
pub lookup_by_name: [*mut Dict_t; 3],
pub lookup_by_id: [*mut Dict_t; 3],
}Fields§
§disc: Agdisc_t§state: Agdstate_t§strdict: *mut Dict_t§seq: [u64; 3]§cb: *mut Agcbstack_t§callbacks_enabled: c_uchar§lookup_by_name: [*mut Dict_t; 3]§lookup_by_id: [*mut Dict_t; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Agclos_s
impl RefUnwindSafe for Agclos_s
impl !Send for Agclos_s
impl !Sync for Agclos_s
impl Unpin for Agclos_s
impl UnwindSafe for Agclos_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