pub struct RegistryKey { /* private fields */ }Expand description
One registry key — a bag of named values.
Trait Implementations§
Source§impl Clone for RegistryKey
impl Clone for RegistryKey
Source§fn clone(&self) -> RegistryKey
fn clone(&self) -> RegistryKey
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 RegistryKey
impl Debug for RegistryKey
Source§impl Default for RegistryKey
impl Default for RegistryKey
Source§fn default() -> RegistryKey
fn default() -> RegistryKey
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RegistryKey
impl RefUnwindSafe for RegistryKey
impl Send for RegistryKey
impl Sync for RegistryKey
impl Unpin for RegistryKey
impl UnsafeUnpin for RegistryKey
impl UnwindSafe for RegistryKey
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