pub struct SetPoints {
pub home: u8,
pub visiting: u8,
}Fields§
§home: u8§visiting: u8Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetPoints
impl RefUnwindSafe for SetPoints
impl Send for SetPoints
impl Sync for SetPoints
impl Unpin for SetPoints
impl UnwindSafe for SetPoints
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