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