Struct gdk_x11_sys::xlib::XIconSize
[−]#[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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more