pub struct SurfacePackSpec {
pub lib_id: Symbol,
pub values: Vec<SurfaceValueSpec>,
}Expand description
A pack of value cards exported by one host-registered lib.
Fields§
§lib_id: SymbolThe lib id.
values: Vec<SurfaceValueSpec>The cards.
Auto Trait Implementations§
impl Freeze for SurfacePackSpec
impl RefUnwindSafe for SurfacePackSpec
impl Send for SurfacePackSpec
impl Sync for SurfacePackSpec
impl Unpin for SurfacePackSpec
impl UnsafeUnpin for SurfacePackSpec
impl UnwindSafe for SurfacePackSpec
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