pub struct ActionSet { /* private fields */ }
Implementations§
Source§impl ActionSet
impl ActionSet
Sourcepub unsafe fn from_raw(instance: Instance, handle: ActionSet) -> Self
pub unsafe fn from_raw(instance: Instance, handle: ActionSet) -> Self
Take ownership of an existing action set handle
§Safety
handle
must be a valid action set handle associated with session
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActionSet
impl RefUnwindSafe for ActionSet
impl Send for ActionSet
impl Sync for ActionSet
impl Unpin for ActionSet
impl UnwindSafe for ActionSet
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