#[repr(C)]pub struct Agcbstack_s {
pub f: *mut Agcbdisc_t,
pub state: *mut c_void,
pub prev: *mut Agcbstack_t,
}Fields§
§f: *mut Agcbdisc_t§state: *mut c_void§prev: *mut Agcbstack_tTrait Implementations§
Source§impl Clone for Agcbstack_s
impl Clone for Agcbstack_s
Source§fn clone(&self) -> Agcbstack_s
fn clone(&self) -> Agcbstack_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Agcbstack_s
impl Debug for Agcbstack_s
impl Copy for Agcbstack_s
Auto Trait Implementations§
impl Freeze for Agcbstack_s
impl RefUnwindSafe for Agcbstack_s
impl !Send for Agcbstack_s
impl !Sync for Agcbstack_s
impl Unpin for Agcbstack_s
impl UnwindSafe for Agcbstack_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