pub struct SystemConfiguration;Implementations§
Source§impl SystemConfiguration
impl SystemConfiguration
pub fn copy_last_error() -> Result<Option<SystemConfigurationLastError>>
pub fn error_domain() -> Result<String>
Trait Implementations§
Source§impl Clone for SystemConfiguration
impl Clone for SystemConfiguration
Source§fn clone(&self) -> SystemConfiguration
fn clone(&self) -> SystemConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SystemConfiguration
impl Debug for SystemConfiguration
Source§impl Default for SystemConfiguration
impl Default for SystemConfiguration
Source§fn default() -> SystemConfiguration
fn default() -> SystemConfiguration
Returns the “default value” for a type. Read more
impl Copy for SystemConfiguration
Auto Trait Implementations§
impl Freeze for SystemConfiguration
impl RefUnwindSafe for SystemConfiguration
impl Send for SystemConfiguration
impl Sync for SystemConfiguration
impl Unpin for SystemConfiguration
impl UnsafeUnpin for SystemConfiguration
impl UnwindSafe for SystemConfiguration
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