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