Struct libraw::Version
[−]
[src]
pub struct Version { // some fields omitted }
LibRaw library version.
Methods
impl Version
fn new(major: u8, minor: u8, patch: u8) -> Version
Creates a new version with the given major, minor, and patch numbers.
fn major(&self) -> u8
Returns the major version number.
fn minor(&self) -> u8
Returns the minor version number.
fn patch(&self) -> u8
Returns the patch version number.