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§
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