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