#[repr(C)]pub struct InteractionProfileSuggestedBinding {
pub ty: StructureType,
pub next: *const c_void,
pub interaction_profile: Path,
pub count_suggested_bindings: u32,
pub suggested_bindings: *const ActionSuggestedBinding,
}Expand description
Fields
ty: StructureTypenext: *const c_voidinteraction_profile: Pathcount_suggested_bindings: u32suggested_bindings: *const ActionSuggestedBindingImplementations
sourceimpl InteractionProfileSuggestedBinding
impl InteractionProfileSuggestedBinding
pub const TYPE: StructureType = StructureType::INTERACTION_PROFILE_SUGGESTED_BINDING
Trait Implementations
sourceimpl Clone for InteractionProfileSuggestedBinding
impl Clone for InteractionProfileSuggestedBinding
sourcefn clone(&self) -> InteractionProfileSuggestedBinding
fn clone(&self) -> InteractionProfileSuggestedBinding
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InteractionProfileSuggestedBinding
Auto Trait Implementations
impl RefUnwindSafe for InteractionProfileSuggestedBinding
impl !Send for InteractionProfileSuggestedBinding
impl !Sync for InteractionProfileSuggestedBinding
impl Unpin for InteractionProfileSuggestedBinding
impl UnwindSafe for InteractionProfileSuggestedBinding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more