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