Struct ca_formats::rle::HeaderData [−][src]
Expand description
Data from the header line, e.g., x = 3, y = 3, rule = B3/S23.
Fields
x: u64Width of the pattern.
y: u64Height of the pattern.
rule: Option<String>Rulestring.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HeaderDataimpl Send for HeaderDataimpl Sync for HeaderDataimpl Unpin for HeaderDataimpl UnwindSafe for HeaderDataBlanket Implementations
Mutably borrows from an owned value. Read more