pub struct MatchmakerId { /* private fields */ }Expand description
Matchmaker ID data https://www.3dbrew.org/wiki/SMDH#Match_Maker_IDs
Implementations§
Trait Implementations§
Source§impl Clone for MatchmakerId
impl Clone for MatchmakerId
Source§fn clone(&self) -> MatchmakerId
fn clone(&self) -> MatchmakerId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MatchmakerId
impl RefUnwindSafe for MatchmakerId
impl Send for MatchmakerId
impl Sync for MatchmakerId
impl Unpin for MatchmakerId
impl UnsafeUnpin for MatchmakerId
impl UnwindSafe for MatchmakerId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more