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