#[repr(C)]pub struct NetEnableSequence_Arg {
pub without_confirm: bool,
pub can_write_config: bool,
pub is_net_login_once: bool,
pub is_reflect_net_result: bool,
pub result_func: NetEnableSequence_ResultFunction,
}Expand description
Fields§
§without_confirm: bool§can_write_config: bool§is_net_login_once: bool§is_reflect_net_result: bool§result_func: NetEnableSequence_ResultFunctionTrait Implementations§
Source§impl Clone for NetEnableSequence_Arg
impl Clone for NetEnableSequence_Arg
Source§fn clone(&self) -> NetEnableSequence_Arg
fn clone(&self) -> NetEnableSequence_Arg
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NetEnableSequence_Arg
Auto Trait Implementations§
impl Freeze for NetEnableSequence_Arg
impl RefUnwindSafe for NetEnableSequence_Arg
impl !Send for NetEnableSequence_Arg
impl !Sync for NetEnableSequence_Arg
impl Unpin for NetEnableSequence_Arg
impl UnwindSafe for NetEnableSequence_Arg
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)