pub struct AFRCR { /* private fields */ }Expand description
AFRCR
Implementations§
Auto Trait Implementations§
impl !Freeze for AFRCR
impl !RefUnwindSafe for AFRCR
impl Send for AFRCR
impl !Sync for AFRCR
impl Unpin for AFRCR
impl UnwindSafe for AFRCR
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