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
impl Copy 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