Struct oxygengine_ha_renderer::mesh::rig::control::RigControl
source · pub struct RigControl {
pub struct_type: StructHandle,
pub init_function: Option<FunctionHandle>,
pub solve_function: FunctionHandle,
pub bindings: HashMap<String, String>,
}Fields§
§struct_type: StructHandle§init_function: Option<FunctionHandle>§solve_function: FunctionHandle§bindings: HashMap<String, String>{field name: field string value}
Trait Implementations§
source§impl Clone for RigControl
impl Clone for RigControl
source§fn clone(&self) -> RigControl
fn clone(&self) -> RigControl
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for RigControl
impl Send for RigControl
impl Sync for RigControl
impl Unpin for RigControl
impl !UnwindSafe for RigControl
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