pub struct RegistryKeyBuilder { /* private fields */ }Expand description
Builder for opening registry keys with specific options.
Implementations§
Source§impl RegistryKeyBuilder
impl RegistryKeyBuilder
Sourcepub fn read_write(self) -> Self
pub fn read_write(self) -> Self
Set read-write access.
Sourcepub fn open(self) -> Result<RegistryKey>
pub fn open(self) -> Result<RegistryKey>
Open the registry key with the specified options.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegistryKeyBuilder
impl RefUnwindSafe for RegistryKeyBuilder
impl Send for RegistryKeyBuilder
impl Sync for RegistryKeyBuilder
impl Unpin for RegistryKeyBuilder
impl UnsafeUnpin for RegistryKeyBuilder
impl UnwindSafe for RegistryKeyBuilder
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