Struct dds_bridge_sys::playTraceBin
source · #[repr(C)]pub struct playTraceBin {
pub number: c_int,
pub suit: [c_int; 52],
pub rank: [c_int; 52],
}Fields§
§number: c_int§suit: [c_int; 52]§rank: [c_int; 52]Trait Implementations§
source§impl Clone for playTraceBin
impl Clone for playTraceBin
source§fn clone(&self) -> playTraceBin
fn clone(&self) -> playTraceBin
Returns a copy 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 moresource§impl Debug for playTraceBin
impl Debug for playTraceBin
impl Copy for playTraceBin
Auto Trait Implementations§
impl Freeze for playTraceBin
impl RefUnwindSafe for playTraceBin
impl Send for playTraceBin
impl Sync for playTraceBin
impl Unpin for playTraceBin
impl UnwindSafe for playTraceBin
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