pub struct Dyn {
pub d_tag: u64,
pub d_val: u64,
}
Fields§
§d_tag: u64
§d_val: u64
Implementations§
Trait Implementations§
source§impl<'a> TryFromCtx<'a, Ctx> for Dyn
impl<'a> TryFromCtx<'a, Ctx> for Dyn
source§impl TryIntoCtx<Ctx> for Dyn
impl TryIntoCtx<Ctx> for Dyn
impl StructuralPartialEq for Dyn
Auto Trait Implementations§
impl RefUnwindSafe for Dyn
impl Send for Dyn
impl Sync for Dyn
impl Unpin for Dyn
impl UnwindSafe for Dyn
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