#[repr(C, packed(1))]pub struct COutput_GetForcePlateCount {
pub Result: CEnum,
pub ForcePlateCount: c_uint,
}Expand description
ⓘ
@privateFields§
§Result: CEnum§ForcePlateCount: c_uintTrait Implementations§
Source§impl Clone for COutput_GetForcePlateCount
impl Clone for COutput_GetForcePlateCount
Source§fn clone(&self) -> COutput_GetForcePlateCount
fn clone(&self) -> COutput_GetForcePlateCount
Returns a duplicate 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 COutput_GetForcePlateCount
impl Debug for COutput_GetForcePlateCount
impl Copy for COutput_GetForcePlateCount
Auto Trait Implementations§
impl Freeze for COutput_GetForcePlateCount
impl RefUnwindSafe for COutput_GetForcePlateCount
impl Send for COutput_GetForcePlateCount
impl Sync for COutput_GetForcePlateCount
impl Unpin for COutput_GetForcePlateCount
impl UnwindSafe for COutput_GetForcePlateCount
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