Struct stark::sail::SlContextVal [−][src]
Expand description
Bundles together an object and associated symbol table for display
Fields
tbl: *mut SlHead
obj: *mut SlHead
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SlContextVal
impl !Send for SlContextVal
impl !Sync for SlContextVal
impl Unpin for SlContextVal
impl UnwindSafe for SlContextVal
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more