#[repr(C)]pub struct NetLegacyOptions {
pub type_: NetLegacyOptionsType,
pub u: NetLegacyOptions__bindgen_ty_1,
}Fields§
§type_: NetLegacyOptionsType§u: NetLegacyOptions__bindgen_ty_1Trait Implementations§
Source§impl Clone for NetLegacyOptions
impl Clone for NetLegacyOptions
Source§fn clone(&self) -> NetLegacyOptions
fn clone(&self) -> NetLegacyOptions
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 moreimpl Copy for NetLegacyOptions
Auto Trait Implementations§
impl Freeze for NetLegacyOptions
impl RefUnwindSafe for NetLegacyOptions
impl !Send for NetLegacyOptions
impl !Sync for NetLegacyOptions
impl Unpin for NetLegacyOptions
impl UnwindSafe for NetLegacyOptions
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