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