pub struct WindowsDeviceBuilder { /* private fields */ }
Expand description
Builder for WindowsDevice
.
Implementations§
Trait Implementations§
Source§impl Clone for WindowsDeviceBuilder
impl Clone for WindowsDeviceBuilder
Source§fn clone(&self) -> WindowsDeviceBuilder
fn clone(&self) -> WindowsDeviceBuilder
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 WindowsDeviceBuilder
impl Default for WindowsDeviceBuilder
Source§fn default() -> WindowsDeviceBuilder
fn default() -> WindowsDeviceBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowsDeviceBuilder
impl RefUnwindSafe for WindowsDeviceBuilder
impl Send for WindowsDeviceBuilder
impl Sync for WindowsDeviceBuilder
impl Unpin for WindowsDeviceBuilder
impl UnwindSafe for WindowsDeviceBuilder
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