#[repr(C)]pub struct cmdnam {
pub node: hashnode,
pub u: cmdnam__bindgen_ty_1,
}Fields§
§node: hashnode§u: cmdnam__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for cmdnam
impl RefUnwindSafe for cmdnam
impl !Send for cmdnam
impl !Sync for cmdnam
impl Unpin for cmdnam
impl UnwindSafe for cmdnam
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