pub struct PixelflowRegistrar { /* private fields */ }Expand description
Opaque host registrar handle.
Auto Trait Implementations§
impl Freeze for PixelflowRegistrar
impl RefUnwindSafe for PixelflowRegistrar
impl Send for PixelflowRegistrar
impl Sync for PixelflowRegistrar
impl Unpin for PixelflowRegistrar
impl UnsafeUnpin for PixelflowRegistrar
impl UnwindSafe for PixelflowRegistrar
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