pub enum VpContextState {
Page(VpContextPageState),
Directive(IgvmDirectiveHeader),
}
Expand description
The finalized VP context data that should be imported or added to the IGVM file.
Variants§
Page(VpContextPageState)
VP context are pages to be imported.
Directive(IgvmDirectiveHeader)
VP context is an IGVM directive header to be added to the file directly.
Auto Trait Implementations§
impl Freeze for VpContextState
impl RefUnwindSafe for VpContextState
impl Send for VpContextState
impl Sync for VpContextState
impl Unpin for VpContextState
impl UnwindSafe for VpContextState
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