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