#[repr(C)]pub struct oc_auth_form {
pub banner: *mut c_char,
pub message: *mut c_char,
pub error: *mut c_char,
pub auth_id: *mut c_char,
pub method: *mut c_char,
pub action: *mut c_char,
pub opts: *mut oc_form_opt,
pub authgroup_opt: *mut oc_form_opt_select,
pub authgroup_selection: c_int,
}
Fields§
§message: *mut c_char
§error: *mut c_char
§auth_id: *mut c_char
§method: *mut c_char
§action: *mut c_char
§opts: *mut oc_form_opt
§authgroup_opt: *mut oc_form_opt_select
§authgroup_selection: c_int
Trait Implementations§
Source§impl Clone for oc_auth_form
impl Clone for oc_auth_form
Source§fn clone(&self) -> oc_auth_form
fn clone(&self) -> oc_auth_form
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for oc_auth_form
impl Debug for oc_auth_form
impl Copy for oc_auth_form
Auto Trait Implementations§
impl Freeze for oc_auth_form
impl RefUnwindSafe for oc_auth_form
impl !Send for oc_auth_form
impl !Sync for oc_auth_form
impl Unpin for oc_auth_form
impl UnwindSafe for oc_auth_form
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