pub struct PioScenarioSetHandle(/* private fields */);Expand description
Owner-rooted scenario set view.
Auto Trait Implementations§
impl Freeze for PioScenarioSetHandle
impl RefUnwindSafe for PioScenarioSetHandle
impl Send for PioScenarioSetHandle
impl Sync for PioScenarioSetHandle
impl Unpin for PioScenarioSetHandle
impl UnsafeUnpin for PioScenarioSetHandle
impl UnwindSafe for PioScenarioSetHandle
Blanket Implementations§
impl<T> Allocation for T
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