pub struct OrecfR { /* private fields */ }
Expand description
Value of the field ORECF
Implementations§
Auto Trait Implementations§
impl Freeze for OrecfR
impl RefUnwindSafe for OrecfR
impl Send for OrecfR
impl Sync for OrecfR
impl Unpin for OrecfR
impl UnwindSafe for OrecfR
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