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