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