pub struct CreateListOptions {
pub list_all: bool,
pub list_hubs: bool,
pub trim_whitespaces: bool,
}Expand description
Options for creating a device list, as exposed by libwdi
Fields§
§list_all: bool§list_hubs: bool§trim_whitespaces: boolTrait Implementations§
Source§impl Clone for CreateListOptions
impl Clone for CreateListOptions
Source§fn clone(&self) -> CreateListOptions
fn clone(&self) -> CreateListOptions
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 Debug for CreateListOptions
impl Debug for CreateListOptions
Auto Trait Implementations§
impl Freeze for CreateListOptions
impl RefUnwindSafe for CreateListOptions
impl Send for CreateListOptions
impl Sync for CreateListOptions
impl Unpin for CreateListOptions
impl UnwindSafe for CreateListOptions
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