pub struct SystemInformationOptions {
pub attributes: Option<Vec<&'static str>>,
}
Fields§
§attributes: Option<Vec<&'static str>>
Trait Implementations§
Source§impl Clone for SystemInformationOptions
impl Clone for SystemInformationOptions
Source§fn clone(&self) -> SystemInformationOptions
fn clone(&self) -> SystemInformationOptions
Returns a copy 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 SystemInformationOptions
impl Debug for SystemInformationOptions
Auto Trait Implementations§
impl Freeze for SystemInformationOptions
impl RefUnwindSafe for SystemInformationOptions
impl Send for SystemInformationOptions
impl Sync for SystemInformationOptions
impl Unpin for SystemInformationOptions
impl UnwindSafe for SystemInformationOptions
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