pub struct RREAL;
Auto Trait Implementations§
impl Freeze for RREAL
impl RefUnwindSafe for RREAL
impl Send for RREAL
impl Sync for RREAL
impl Unpin for RREAL
impl UnwindSafe for RREAL
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