Struct KPCR
#[repr(transparent)]pub struct KPCR(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
impl Copy for KPCR
impl Eq for KPCR
impl StructuralPartialEq for KPCR
Auto Trait Implementations§
impl Freeze for KPCR
impl RefUnwindSafe for KPCR
impl Send for KPCR
impl Sync for KPCR
impl Unpin for KPCR
impl UnwindSafe for KPCR
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