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