pub struct RegValuePath<'a> {
pub hkey: HKEY,
pub subkey_path: &'a str,
pub value_name: &'a str,
}Fields§
§hkey: HKEY§subkey_path: &'a str§value_name: &'a strAuto Trait Implementations§
impl<'a> Freeze for RegValuePath<'a>
impl<'a> RefUnwindSafe for RegValuePath<'a>
impl<'a> Send for RegValuePath<'a>
impl<'a> Sync for RegValuePath<'a>
impl<'a> Unpin for RegValuePath<'a>
impl<'a> UnwindSafe for RegValuePath<'a>
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