#[repr(C)]pub struct TypeValue<'a> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> ExternType for TypeValue<'a>
impl<'a> ExternType for TypeValue<'a>
impl<'a> Send for TypeValue<'a>
impl<'a> Sync for TypeValue<'a>
impl<'a> UniquePtrTarget for TypeValue<'a>
Auto Trait Implementations§
impl<'a> !Freeze for TypeValue<'a>
impl<'a> RefUnwindSafe for TypeValue<'a>
impl<'a> !Unpin for TypeValue<'a>
impl<'a> UnwindSafe for TypeValue<'a>
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