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