#[repr(C)]pub struct clap_gui_resize_hints {
pub can_resize_horizontally: bool,
pub can_resize_vertically: bool,
pub preserve_aspect_ratio: bool,
pub aspect_ratio_width: u32,
pub aspect_ratio_height: u32,
}Fields
can_resize_horizontally: boolcan_resize_vertically: boolpreserve_aspect_ratio: boolaspect_ratio_width: u32aspect_ratio_height: u32Trait Implementations
sourceimpl Clone for clap_gui_resize_hints
impl Clone for clap_gui_resize_hints
sourcefn clone(&self) -> clap_gui_resize_hints
fn clone(&self) -> clap_gui_resize_hints
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for clap_gui_resize_hints
impl Debug for clap_gui_resize_hints
impl Copy for clap_gui_resize_hints
Auto Trait Implementations
impl RefUnwindSafe for clap_gui_resize_hints
impl Send for clap_gui_resize_hints
impl Sync for clap_gui_resize_hints
impl Unpin for clap_gui_resize_hints
impl UnwindSafe for clap_gui_resize_hints
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