pub struct MotifHints { /* private fields */ }Implementations§
source§impl MotifHints
impl MotifHints
pub fn new() -> MotifHints
pub fn set_decorations(&mut self, decorations: bool)
pub fn set_maximizable(&mut self, maximizable: bool)
Trait Implementations§
source§impl Default for MotifHints
impl Default for MotifHints
source§fn default() -> MotifHints
fn default() -> MotifHints
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MotifHints
impl Send for MotifHints
impl Sync for MotifHints
impl Unpin for MotifHints
impl UnwindSafe for MotifHints
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