pub struct CxrleData {
pub pos: Option<Coordinates>,
pub gen: Option<u64>,
}Expand description
Data from the #CXRLE line, e.g., #CXRLE Pos=0,-1377 Gen=3480106827776.
Fields§
§pos: Option<Coordinates>Coordinates of the upper left corner of the pattern.
gen: Option<u64>Current generation.
Trait Implementations§
impl Eq for CxrleData
impl StructuralPartialEq for CxrleData
Auto Trait Implementations§
impl Freeze for CxrleData
impl RefUnwindSafe for CxrleData
impl Send for CxrleData
impl Sync for CxrleData
impl Unpin for CxrleData
impl UnwindSafe for CxrleData
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