struct PuaMapping {
u: u16,
win_pua: u16,
mac_pua: u16,
}
Fields§
§u: u16
§win_pua: u16
§mac_pua: u16
Implementations§
Trait Implementations§
Source§impl Clone for PuaMapping
impl Clone for PuaMapping
Source§fn clone(&self) -> PuaMapping
fn clone(&self) -> PuaMapping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PuaMapping
Auto Trait Implementations§
impl Freeze for PuaMapping
impl RefUnwindSafe for PuaMapping
impl Send for PuaMapping
impl Sync for PuaMapping
impl Unpin for PuaMapping
impl UnwindSafe for PuaMapping
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