#[repr(C)]pub struct NetRestoreScope {
pub m_save_play_time: f32,
pub m_is_show_net_terms: bool,
pub m_is_show_engage_plus_attention: bool,
pub m_is_show_field_bgm_changeable: bool,
pub m_variable_writer: GameUserRestartData_VariableWriter,
pub m_game_config_writer: GameUserRestartData_GameConfigWriter,
}Expand description
Fields§
§m_save_play_time: f32§m_is_show_net_terms: bool§m_is_show_engage_plus_attention: bool§m_is_show_field_bgm_changeable: bool§m_variable_writer: GameUserRestartData_VariableWriter§m_game_config_writer: GameUserRestartData_GameConfigWriterImplementations§
Source§impl NetRestoreScope
impl NetRestoreScope
pub fn ctor_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for NetRestoreScope
impl ClassIdentity for NetRestoreScope
Source§impl Clone for NetRestoreScope
impl Clone for NetRestoreScope
Source§fn clone(&self) -> NetRestoreScope
fn clone(&self) -> NetRestoreScope
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 NetRestoreScope
Auto Trait Implementations§
impl Freeze for NetRestoreScope
impl RefUnwindSafe for NetRestoreScope
impl !Send for NetRestoreScope
impl !Sync for NetRestoreScope
impl Unpin for NetRestoreScope
impl UnwindSafe for NetRestoreScope
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)