#[repr(C)]pub struct rcpv {
pub refcount: usize,
pub len: usize,
pub pv: [i8; 1],
}Fields§
§refcount: usize§len: usize§pv: [i8; 1]Trait Implementations§
Source§impl Ord for rcpv
impl Ord for rcpv
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for rcpv
impl PartialOrd for rcpv
impl Copy for rcpv
impl Eq for rcpv
impl StructuralPartialEq for rcpv
Auto Trait Implementations§
impl Freeze for rcpv
impl RefUnwindSafe for rcpv
impl Send for rcpv
impl Sync for rcpv
impl Unpin for rcpv
impl UnsafeUnpin for rcpv
impl UnwindSafe for rcpv
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