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