Enum tauri_sys::window::TitleBarStyle
source · pub enum TitleBarStyle {
Visible,
Transparent,
Overlay,
}
Variants§
Trait Implementations§
source§impl Clone for TitleBarStyle
impl Clone for TitleBarStyle
source§fn clone(&self) -> TitleBarStyle
fn clone(&self) -> TitleBarStyle
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 TitleBarStyle
impl Debug for TitleBarStyle
source§impl Default for TitleBarStyle
impl Default for TitleBarStyle
source§fn default() -> TitleBarStyle
fn default() -> TitleBarStyle
Returns the “default value” for a type. Read more
source§impl PartialEq for TitleBarStyle
impl PartialEq for TitleBarStyle
source§fn eq(&self, other: &TitleBarStyle) -> bool
fn eq(&self, other: &TitleBarStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TitleBarStyle
impl Serialize for TitleBarStyle
impl StructuralPartialEq for TitleBarStyle
Auto Trait Implementations§
impl Freeze for TitleBarStyle
impl RefUnwindSafe for TitleBarStyle
impl Send for TitleBarStyle
impl Sync for TitleBarStyle
impl Unpin for TitleBarStyle
impl UnwindSafe for TitleBarStyle
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)