Struct gdk_x11_sys::xlib::AspectRatio [−]
Fields
x: i32y: i32Trait Implementations
impl Clone for AspectRatio
impl Clone for AspectRatiopub fn clone(&self) -> AspectRatio
pub fn clone(&self) -> AspectRatioReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for AspectRatio
impl Debug for AspectRatioimpl PartialEq<AspectRatio> for AspectRatio
impl PartialEq<AspectRatio> for AspectRatiopub fn eq(&self, other: &AspectRatio) -> bool
pub fn eq(&self, other: &AspectRatio) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &AspectRatio) -> bool
pub fn ne(&self, other: &AspectRatio) -> boolThis method tests for !=.
impl Copy for AspectRatioimpl StructuralPartialEq for AspectRatioAuto Trait Implementations
impl RefUnwindSafe for AspectRatioimpl Send for AspectRatioimpl Sync for AspectRatioimpl Unpin for AspectRatioimpl UnwindSafe for AspectRatioBlanket Implementations
Mutably borrows from an owned value. Read more