Struct x11_dl::xlib::AspectRatio [−][src]
Fields
x: c_int
y: c_int
Trait Implementations
impl Debug for AspectRatio[src]
impl Debug for AspectRatiofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for AspectRatio[src]
impl Clone for AspectRatiofn clone(&self) -> AspectRatio[src]
fn clone(&self) -> AspectRatioReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for AspectRatio[src]
impl Copy for AspectRatioimpl PartialEq for AspectRatio[src]
impl PartialEq for AspectRatiofn eq(&self, other: &AspectRatio) -> bool[src]
fn eq(&self, other: &AspectRatio) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AspectRatio) -> bool[src]
fn ne(&self, other: &AspectRatio) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for AspectRatio
impl Send for AspectRatioimpl Sync for AspectRatio
impl Sync for AspectRatio