#[repr(C)]pub struct AccountServerTypesStr {
pub nnasSubdomain: ActNnasSubdomain,
pub nfsTypeStr: NfsTypeStr,
}Expand description
Account server types structure (string format)
Fields§
§nnasSubdomain: ActNnasSubdomain< NNAS (Nintendo Network Authentication Server) subdomain
nfsTypeStr: NfsTypeStr< NFS (Nintendo Friend Server) type string (letter + number)
Trait Implementations§
Source§impl Clone for AccountServerTypesStr
impl Clone for AccountServerTypesStr
Source§fn clone(&self) -> AccountServerTypesStr
fn clone(&self) -> AccountServerTypesStr
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 AccountServerTypesStr
impl Debug for AccountServerTypesStr
Source§impl Default for AccountServerTypesStr
impl Default for AccountServerTypesStr
impl Copy for AccountServerTypesStr
Auto Trait Implementations§
impl Freeze for AccountServerTypesStr
impl RefUnwindSafe for AccountServerTypesStr
impl Send for AccountServerTypesStr
impl Sync for AccountServerTypesStr
impl Unpin for AccountServerTypesStr
impl UnwindSafe for AccountServerTypesStr
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)