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