Struct gdk_x11_sys::xlib::XWindowChanges [−]
#[repr(C)]pub struct XWindowChanges { pub x: i32, pub y: i32, pub width: i32, pub height: i32, pub border_width: i32, pub sibling: u64, pub stack_mode: i32, }
Fields
x: i32y: i32width: i32height: i32border_width: i32sibling: u64stack_mode: i32Trait Implementations
impl Clone for XWindowChanges
impl Clone for XWindowChangespub fn clone(&self) -> XWindowChanges
pub fn clone(&self) -> XWindowChangesReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XWindowChanges
impl Debug for XWindowChangesimpl PartialEq<XWindowChanges> for XWindowChanges
impl PartialEq<XWindowChanges> for XWindowChangespub fn eq(&self, other: &XWindowChanges) -> bool
pub fn eq(&self, other: &XWindowChanges) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XWindowChanges) -> bool
pub fn ne(&self, other: &XWindowChanges) -> boolThis method tests for !=.
impl Copy for XWindowChangesimpl StructuralPartialEq for XWindowChangesAuto Trait Implementations
impl RefUnwindSafe for XWindowChangesimpl Send for XWindowChangesimpl Sync for XWindowChangesimpl Unpin for XWindowChangesimpl UnwindSafe for XWindowChangesBlanket Implementations
Mutably borrows from an owned value. Read more