Struct dds_bridge_sys::evalType
source · #[repr(C)]pub struct evalType {
pub tricks: c_int,
pub winRanks: [c_ushort; 4],
}Fields§
§tricks: c_int§winRanks: [c_ushort; 4]Trait Implementations§
source§impl PartialEq for evalType
impl PartialEq for evalType
impl Copy for evalType
impl Eq for evalType
impl StructuralPartialEq for evalType
Auto Trait Implementations§
impl Freeze for evalType
impl RefUnwindSafe for evalType
impl Send for evalType
impl Sync for evalType
impl Unpin for evalType
impl UnwindSafe for evalType
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