Struct BDA_TEMPLATE_PIN_JOINT
#[repr(C)]pub struct BDA_TEMPLATE_PIN_JOINT {
pub uliTemplateConnection: u32,
pub ulcInstancesMax: u32,
}
Fields§
§uliTemplateConnection: u32
§ulcInstancesMax: u32
Trait Implementations§
§impl Clone for BDA_TEMPLATE_PIN_JOINT
impl Clone for BDA_TEMPLATE_PIN_JOINT
§fn clone(&self) -> BDA_TEMPLATE_PIN_JOINT
fn clone(&self) -> BDA_TEMPLATE_PIN_JOINT
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 more§impl Debug for BDA_TEMPLATE_PIN_JOINT
impl Debug for BDA_TEMPLATE_PIN_JOINT
§impl Default for BDA_TEMPLATE_PIN_JOINT
impl Default for BDA_TEMPLATE_PIN_JOINT
§impl PartialEq for BDA_TEMPLATE_PIN_JOINT
impl PartialEq for BDA_TEMPLATE_PIN_JOINT
impl Copy for BDA_TEMPLATE_PIN_JOINT
impl StructuralPartialEq for BDA_TEMPLATE_PIN_JOINT
Auto Trait Implementations§
impl Freeze for BDA_TEMPLATE_PIN_JOINT
impl RefUnwindSafe for BDA_TEMPLATE_PIN_JOINT
impl Send for BDA_TEMPLATE_PIN_JOINT
impl Sync for BDA_TEMPLATE_PIN_JOINT
impl Unpin for BDA_TEMPLATE_PIN_JOINT
impl UnwindSafe for BDA_TEMPLATE_PIN_JOINT
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