#[repr(C)]pub struct oc_choice {
pub name: *mut c_char,
pub label: *mut c_char,
pub auth_type: *mut c_char,
pub override_name: *mut c_char,
pub override_label: *mut c_char,
}Fields§
§name: *mut c_char§label: *mut c_char§auth_type: *mut c_char§override_name: *mut c_char§override_label: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for oc_choice
impl RefUnwindSafe for oc_choice
impl !Send for oc_choice
impl !Sync for oc_choice
impl Unpin for oc_choice
impl UnwindSafe for oc_choice
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