Struct pmd_wan::Resolution [−][src]
Expand description
Size of an [Image] (computed from [MetaFrame])
Fields
x: u8y: u8Implementations
Return the indices for the given image resolution. The first one is the X indices, and the second one, the Y indices
Trait Implementations
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 Resolution
impl Send for Resolution
impl Sync for Resolution
impl Unpin for Resolution
impl UnwindSafe for Resolution
Blanket Implementations
Mutably borrows from an owned value. Read more