#[repr(C, packed(1))]pub struct FriendInfo {
pub friendKey: FriendKey,
pub addedTimestamp: s64,
pub relationship: u8_,
pub pad: [u8_; 7],
pub friendProfile: FriendProfile,
pub screenName: MiiScreenName,
pub characterSet: u8_,
pub pad2: u8_,
pub mii: FriendMii,
}Expand description
Friend info structure
Fields§
§friendKey: FriendKey< FriendKey of this friend.
addedTimestamp: s64< NEX timestamp of when this friend was added to the current user’s friend list.
relationship: u8_< The type of the relationship with this friend.
pad: [u8_; 7]§friendProfile: FriendProfile< Friend profile data of this friend.
screenName: MiiScreenName< The screen name of this friend.
characterSet: u8_< The character set used for the text parts of the data of this friend.
pad2: u8_§mii: FriendMii< The Mii of this friend.
Trait Implementations§
Source§impl Clone for FriendInfo
impl Clone for FriendInfo
Source§fn clone(&self) -> FriendInfo
fn clone(&self) -> FriendInfo
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 FriendInfo
impl Debug for FriendInfo
Source§impl Default for FriendInfo
impl Default for FriendInfo
Source§fn default() -> FriendInfo
fn default() -> FriendInfo
Returns the “default value” for a type. Read more
impl Copy for FriendInfo
Auto Trait Implementations§
impl Freeze for FriendInfo
impl RefUnwindSafe for FriendInfo
impl Send for FriendInfo
impl Sync for FriendInfo
impl Unpin for FriendInfo
impl UnwindSafe for FriendInfo
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)