pub struct DecorPluginBuilder { /* private fields */ }Implementations§
Source§impl DecorPluginBuilder
impl DecorPluginBuilder
pub fn controls_height(self, height: f64) -> Self
pub fn controls_inset_x(self, _inset: f64) -> Self
pub fn controls_spacing(self, _spacing: f64) -> Self
pub fn controls_scale(self, scale: f64) -> Self
pub fn controls_close_hover_bg(self, color: impl Into<String>) -> Self
pub fn controls_auto_titlebar(self, auto: bool) -> Self
Source§impl DecorPluginBuilder
impl DecorPluginBuilder
pub fn snap_overlay_delay_ms(self, _delay: u64) -> Self
Trait Implementations§
Source§impl Clone for DecorPluginBuilder
impl Clone for DecorPluginBuilder
Source§fn clone(&self) -> DecorPluginBuilder
fn clone(&self) -> DecorPluginBuilder
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 moreAuto Trait Implementations§
impl Freeze for DecorPluginBuilder
impl RefUnwindSafe for DecorPluginBuilder
impl Send for DecorPluginBuilder
impl Sync for DecorPluginBuilder
impl Unpin for DecorPluginBuilder
impl UnsafeUnpin for DecorPluginBuilder
impl UnwindSafe for DecorPluginBuilder
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