pub struct SetShowWindowControlsOverlayBuilder { /* private fields */ }Implementations§
Source§impl SetShowWindowControlsOverlayBuilder
impl SetShowWindowControlsOverlayBuilder
pub fn window_controls_overlay_config( self, window_controls_overlay_config: impl Into<WindowControlsOverlayConfig>, ) -> Self
pub fn build(self) -> SetShowWindowControlsOverlay
Trait Implementations§
Source§impl Clone for SetShowWindowControlsOverlayBuilder
impl Clone for SetShowWindowControlsOverlayBuilder
Source§fn clone(&self) -> SetShowWindowControlsOverlayBuilder
fn clone(&self) -> SetShowWindowControlsOverlayBuilder
Returns a duplicate 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 Default for SetShowWindowControlsOverlayBuilder
impl Default for SetShowWindowControlsOverlayBuilder
Source§fn default() -> SetShowWindowControlsOverlayBuilder
fn default() -> SetShowWindowControlsOverlayBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetShowWindowControlsOverlayBuilder
impl RefUnwindSafe for SetShowWindowControlsOverlayBuilder
impl Send for SetShowWindowControlsOverlayBuilder
impl Sync for SetShowWindowControlsOverlayBuilder
impl Unpin for SetShowWindowControlsOverlayBuilder
impl UnsafeUnpin for SetShowWindowControlsOverlayBuilder
impl UnwindSafe for SetShowWindowControlsOverlayBuilder
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