pub struct KeyTomlConfig {
pub exe_key16: Option<[u8; 16]>,
pub base_angou_code: Option<Vec<u8>>,
pub game_angou_code: Option<Vec<u8>>,
pub chain_order: Option<Vec<AngouStepKind>>,
}Fields§
§exe_key16: Option<[u8; 16]>§base_angou_code: Option<Vec<u8>>§game_angou_code: Option<Vec<u8>>§chain_order: Option<Vec<AngouStepKind>>Trait Implementations§
Source§impl Clone for KeyTomlConfig
impl Clone for KeyTomlConfig
Source§fn clone(&self) -> KeyTomlConfig
fn clone(&self) -> KeyTomlConfig
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 KeyTomlConfig
impl Debug for KeyTomlConfig
Source§impl Default for KeyTomlConfig
impl Default for KeyTomlConfig
Source§fn default() -> KeyTomlConfig
fn default() -> KeyTomlConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KeyTomlConfig
impl RefUnwindSafe for KeyTomlConfig
impl Send for KeyTomlConfig
impl Sync for KeyTomlConfig
impl Unpin for KeyTomlConfig
impl UnsafeUnpin for KeyTomlConfig
impl UnwindSafe for KeyTomlConfig
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