pub struct Context<const INSTRUCTION_COUNT: usize> { /* private fields */ }
Expand description
Context for automation keys.
Implementations§
Trait Implementations§
impl<const INSTRUCTION_COUNT: usize> Copy for Context<INSTRUCTION_COUNT>
impl<const INSTRUCTION_COUNT: usize> StructuralPartialEq for Context<INSTRUCTION_COUNT>
Auto Trait Implementations§
impl<const INSTRUCTION_COUNT: usize> Freeze for Context<INSTRUCTION_COUNT>
impl<const INSTRUCTION_COUNT: usize> RefUnwindSafe for Context<INSTRUCTION_COUNT>
impl<const INSTRUCTION_COUNT: usize> Send for Context<INSTRUCTION_COUNT>
impl<const INSTRUCTION_COUNT: usize> Sync for Context<INSTRUCTION_COUNT>
impl<const INSTRUCTION_COUNT: usize> Unpin for Context<INSTRUCTION_COUNT>
impl<const INSTRUCTION_COUNT: usize> UnwindSafe for Context<INSTRUCTION_COUNT>
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