Struct ctru_sys::FriendProfile
source · #[repr(C, packed(1))]pub struct FriendProfile {
pub region: u8_,
pub country: u8_,
pub area: u8_,
pub language: u8_,
pub platform: u8_,
pub padding: u32_,
}
Expand description
Friend profile data
Fields§
§region: u8_
< The region code for the hardware.
country: u8_
< Country code.
area: u8_
< Area code.
language: u8_
< Language code.
platform: u8_
< Platform code.
padding: u32_
Trait Implementations§
source§impl Clone for FriendProfile
impl Clone for FriendProfile
source§fn clone(&self) -> FriendProfile
fn clone(&self) -> FriendProfile
Returns a copy 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 FriendProfile
impl Debug for FriendProfile
source§impl Default for FriendProfile
impl Default for FriendProfile
source§fn default() -> FriendProfile
fn default() -> FriendProfile
Returns the “default value” for a type. Read more