pub enum WindowTitleBarHeight {
Standard,
Tall,
}Expand description
Height preset for an extended window title bar.
Variants§
Trait Implementations§
Source§impl Clone for WindowTitleBarHeight
impl Clone for WindowTitleBarHeight
Source§fn clone(&self) -> WindowTitleBarHeight
fn clone(&self) -> WindowTitleBarHeight
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WindowTitleBarHeight
Source§impl Debug for WindowTitleBarHeight
impl Debug for WindowTitleBarHeight
Source§impl Default for WindowTitleBarHeight
impl Default for WindowTitleBarHeight
Source§fn default() -> WindowTitleBarHeight
fn default() -> WindowTitleBarHeight
Returns the “default value” for a type. Read more
impl Eq for WindowTitleBarHeight
Source§impl PartialEq for WindowTitleBarHeight
impl PartialEq for WindowTitleBarHeight
impl StructuralPartialEq for WindowTitleBarHeight
Auto Trait Implementations§
impl Freeze for WindowTitleBarHeight
impl RefUnwindSafe for WindowTitleBarHeight
impl Send for WindowTitleBarHeight
impl Sync for WindowTitleBarHeight
impl Unpin for WindowTitleBarHeight
impl UnsafeUnpin for WindowTitleBarHeight
impl UnwindSafe for WindowTitleBarHeight
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