#[repr(C, packed(1))]pub struct ApproachContext {
pub friendProfile: FriendProfile,
pub hasMii: bool,
pub profanityFlag: bool,
pub characterSet: u8_,
pub wrappedMii: [u8_; 112],
pub screenName: MiiScreenName,
pub reserved: [u8_; 271],
}Expand description
Encrypted inner Approach Context structure
Fields§
§friendProfile: FriendProfile§hasMii: bool§profanityFlag: bool§characterSet: u8_§wrappedMii: [u8_; 112]§screenName: MiiScreenName§reserved: [u8_; 271]Trait Implementations§
Source§impl Clone for ApproachContext
impl Clone for ApproachContext
Source§fn clone(&self) -> ApproachContext
fn clone(&self) -> ApproachContext
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 moreSource§impl Debug for ApproachContext
impl Debug for ApproachContext
Source§impl Default for ApproachContext
impl Default for ApproachContext
impl Copy for ApproachContext
Auto Trait Implementations§
impl Freeze for ApproachContext
impl RefUnwindSafe for ApproachContext
impl Send for ApproachContext
impl Sync for ApproachContext
impl Unpin for ApproachContext
impl UnwindSafe for ApproachContext
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)