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