#[repr(C)]pub struct oc_vpn_option {
pub option: *mut c_char,
pub value: *mut c_char,
pub next: *mut oc_vpn_option,
}Fields§
§option: *mut c_char§value: *mut c_char§next: *mut oc_vpn_optionTrait Implementations§
Source§impl Clone for oc_vpn_option
impl Clone for oc_vpn_option
Source§fn clone(&self) -> oc_vpn_option
fn clone(&self) -> oc_vpn_option
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_vpn_option
impl Debug for oc_vpn_option
impl Copy for oc_vpn_option
Auto Trait Implementations§
impl Freeze for oc_vpn_option
impl RefUnwindSafe for oc_vpn_option
impl !Send for oc_vpn_option
impl !Sync for oc_vpn_option
impl Unpin for oc_vpn_option
impl UnwindSafe for oc_vpn_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