#[repr(C)]pub struct XIconSize {
pub min_width: c_int,
pub min_height: c_int,
pub max_width: c_int,
pub max_height: c_int,
pub width_inc: c_int,
pub height_inc: c_int,
}
Fields§
§min_width: c_int
§min_height: c_int
§max_width: c_int
§max_height: c_int
§width_inc: c_int
§height_inc: c_int
Trait Implementations§
source§impl PartialEq for XIconSize
impl PartialEq for XIconSize
impl Copy for XIconSize
impl StructuralPartialEq for XIconSize
Auto Trait Implementations§
impl Freeze for XIconSize
impl RefUnwindSafe for XIconSize
impl Send for XIconSize
impl Sync for XIconSize
impl Unpin for XIconSize
impl UnwindSafe for XIconSize
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more