#[repr(C)]pub struct RVA<T> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T: Ord> Ord for RVA<T>
impl<T: Ord> Ord for RVA<T>
Source§impl<T: PartialOrd> PartialOrd for RVA<T>
impl<T: PartialOrd> PartialOrd for RVA<T>
impl<T: Eq> Eq for RVA<T>
impl<T> StructuralPartialEq for RVA<T>
Auto Trait Implementations§
impl<T> Freeze for RVA<T>
impl<T> RefUnwindSafe for RVA<T>where
T: RefUnwindSafe,
impl<T> Send for RVA<T>where
T: Send,
impl<T> Sync for RVA<T>where
T: Sync,
impl<T> Unpin for RVA<T>where
T: Unpin,
impl<T> UnwindSafe for RVA<T>where
T: UnwindSafe,
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