#[repr(C)]pub struct TypeRegistry<'d, 'a> { /* private fields */ }
Implementations§
Source§impl<'d, 'a> TypeRegistry<'d, 'a>
impl<'d, 'a> TypeRegistry<'d, 'a>
pub fn register_type( self: Pin<&mut Self>, opaque_type: &OpaqueType<'a>, ) -> Status
Trait Implementations§
Source§impl<'d, 'a> ExternType for TypeRegistry<'d, 'a>
impl<'d, 'a> ExternType for TypeRegistry<'d, 'a>
impl<'d, 'a> Send for TypeRegistry<'d, 'a>
impl<'d, 'a> Sync for TypeRegistry<'d, 'a>
Auto Trait Implementations§
impl<'d, 'a> !Freeze for TypeRegistry<'d, 'a>
impl<'d, 'a> RefUnwindSafe for TypeRegistry<'d, 'a>
impl<'d, 'a> !Unpin for TypeRegistry<'d, 'a>
impl<'d, 'a> UnwindSafe for TypeRegistry<'d, '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