pub struct SS2 {
pub char: u8,
}Fields§
§char: u8Trait Implementations§
impl Copy for SS2
impl Eq for SS2
impl StructuralPartialEq for SS2
Auto Trait Implementations§
impl Freeze for SS2
impl RefUnwindSafe for SS2
impl Send for SS2
impl Sync for SS2
impl Unpin for SS2
impl UnwindSafe for SS2
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