Struct clap_sys::ext::gui::clap_gui_resize_hints
source · #[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: bool§can_resize_vertically: bool§preserve_aspect_ratio: bool§aspect_ratio_width: u32§aspect_ratio_height: u32Trait Implementations§
source§impl Clone for clap_gui_resize_hints
impl Clone for clap_gui_resize_hints
source§fn clone(&self) -> clap_gui_resize_hints
fn clone(&self) -> clap_gui_resize_hints
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl 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§
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