pub struct AutoInterfaceDevicePolicy { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AutoInterfaceDevicePolicy
impl Clone for AutoInterfaceDevicePolicy
Source§fn clone(&self) -> AutoInterfaceDevicePolicy
fn clone(&self) -> AutoInterfaceDevicePolicy
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 AutoInterfaceDevicePolicy
impl Debug for AutoInterfaceDevicePolicy
impl Eq for AutoInterfaceDevicePolicy
impl StructuralPartialEq for AutoInterfaceDevicePolicy
Auto Trait Implementations§
impl Freeze for AutoInterfaceDevicePolicy
impl RefUnwindSafe for AutoInterfaceDevicePolicy
impl Send for AutoInterfaceDevicePolicy
impl Sync for AutoInterfaceDevicePolicy
impl Unpin for AutoInterfaceDevicePolicy
impl UnsafeUnpin for AutoInterfaceDevicePolicy
impl UnwindSafe for AutoInterfaceDevicePolicy
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