Struct dds_bridge_sys::moveGroupType
source · #[repr(C)]pub struct moveGroupType {
pub lastGroup: c_int,
pub rank: [c_int; 7],
pub sequence: [c_int; 7],
pub fullseq: [c_int; 7],
pub gap: [c_int; 7],
}Fields§
§lastGroup: c_int§rank: [c_int; 7]§sequence: [c_int; 7]§fullseq: [c_int; 7]§gap: [c_int; 7]Trait Implementations§
source§impl Clone for moveGroupType
impl Clone for moveGroupType
source§fn clone(&self) -> moveGroupType
fn clone(&self) -> moveGroupType
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 moveGroupType
impl Debug for moveGroupType
impl Copy for moveGroupType
Auto Trait Implementations§
impl Freeze for moveGroupType
impl RefUnwindSafe for moveGroupType
impl Send for moveGroupType
impl Sync for moveGroupType
impl Unpin for moveGroupType
impl UnwindSafe for moveGroupType
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