pub struct SetShowWindowControlsOverlayBuilder { /* private fields */ }Expand description
Builder for SetShowWindowControlsOverlay.
Implementations§
Source§impl SetShowWindowControlsOverlayBuilder
impl SetShowWindowControlsOverlayBuilder
Sourcepub fn window_controls_overlay_config<VALUE: Into<WindowControlsOverlayConfig>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn window_controls_overlay_config<VALUE: Into<WindowControlsOverlayConfig>>( &mut self, value: VALUE, ) -> &mut Self
Window Controls Overlay data, null means hide Window Controls Overlay
Sourcepub fn build(
&self,
) -> Result<SetShowWindowControlsOverlay, SetShowWindowControlsOverlayBuilderError>
pub fn build( &self, ) -> Result<SetShowWindowControlsOverlay, SetShowWindowControlsOverlayBuilderError>
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 moreAuto 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