#[repr(C)]pub struct RRange { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RRange
impl RefUnwindSafe for RRange
impl Send for RRange
impl Sync for RRange
impl Unpin for RRange
impl UnwindSafe for RRange
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