#[repr(C)]pub struct AccountServerTypes {
pub nnasType: u8_,
pub nfsType: u8_,
pub nfsNo: u8_,
pub pad: u8_,
}Expand description
Account server types structure (raw format)
Fields§
§nnasType: u8_< NNAS (Nintendo Network Authentication Server) type
nfsType: u8_< NFS (Nintendo Friend Server) type
nfsNo: u8_< NFS (Nintendo Friend Server) number
pad: u8_Trait Implementations§
Source§impl Clone for AccountServerTypes
impl Clone for AccountServerTypes
Source§fn clone(&self) -> AccountServerTypes
fn clone(&self) -> AccountServerTypes
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 AccountServerTypes
impl Debug for AccountServerTypes
Source§impl Default for AccountServerTypes
impl Default for AccountServerTypes
Source§fn default() -> AccountServerTypes
fn default() -> AccountServerTypes
Returns the “default value” for a type. Read more
impl Copy for AccountServerTypes
Auto Trait Implementations§
impl Freeze for AccountServerTypes
impl RefUnwindSafe for AccountServerTypes
impl Send for AccountServerTypes
impl Sync for AccountServerTypes
impl Unpin for AccountServerTypes
impl UnwindSafe for AccountServerTypes
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)