Struct dds_bridge_sys::relRanksType
source · #[repr(C)]pub struct relRanksType {
pub absRank: [[absRankType; 4]; 15],
}Fields§
§absRank: [[absRankType; 4]; 15]Trait Implementations§
source§impl Clone for relRanksType
impl Clone for relRanksType
source§fn clone(&self) -> relRanksType
fn clone(&self) -> relRanksType
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 relRanksType
impl Debug for relRanksType
source§impl Default for relRanksType
impl Default for relRanksType
source§fn default() -> relRanksType
fn default() -> relRanksType
Returns the “default value” for a type. Read more
source§impl Hash for relRanksType
impl Hash for relRanksType
source§impl PartialEq for relRanksType
impl PartialEq for relRanksType
source§fn eq(&self, other: &relRanksType) -> bool
fn eq(&self, other: &relRanksType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for relRanksType
impl Eq for relRanksType
impl StructuralPartialEq for relRanksType
Auto Trait Implementations§
impl Freeze for relRanksType
impl RefUnwindSafe for relRanksType
impl Send for relRanksType
impl Sync for relRanksType
impl Unpin for relRanksType
impl UnwindSafe for relRanksType
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