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
source§impl Default for absRankType
impl Default for absRankType
source§fn default() -> absRankType
fn default() -> absRankType
Returns the “default value” for a type. Read more
source§impl Hash for absRankType
impl Hash for absRankType
source§impl PartialEq for absRankType
impl PartialEq for absRankType
source§fn eq(&self, other: &absRankType) -> bool
fn eq(&self, other: &absRankType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for absRankType
impl Eq for absRankType
impl StructuralPartialEq 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