pub struct Concrete;
Expand description
Meta data for a concrete, sized type
Trait Implementations§
impl Copy for Concrete
impl Eq for Concrete
impl StructuralPartialEq for Concrete
Auto Trait Implementations§
impl Freeze for Concrete
impl RefUnwindSafe for Concrete
impl Send for Concrete
impl Sync for Concrete
impl Unpin for Concrete
impl UnwindSafe for Concrete
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Type for Twhere
T: ?Sized,
impl<T> Type for Twhere
T: ?Sized,
Source§default fn dangling(t: <T as Type>::Meta) -> NonNull<T>
default fn dangling(t: <T as Type>::Meta) -> NonNull<T>
Create a dangling non-null
*const Self
with the provided Self::Meta
.