pub struct OsExtProp {
pub name: String,
pub value: OsRegValue,
}Expand description
Microsoft extended property descriptor.
Fields§
§name: StringProperty name.
value: OsRegValueProperty value.
Implementations§
Trait Implementations§
Source§impl Ord for OsExtProp
impl Ord for OsExtProp
Source§impl PartialOrd for OsExtProp
impl PartialOrd for OsExtProp
impl Eq for OsExtProp
impl StructuralPartialEq for OsExtProp
Auto Trait Implementations§
impl Freeze for OsExtProp
impl RefUnwindSafe for OsExtProp
impl Send for OsExtProp
impl Sync for OsExtProp
impl Unpin for OsExtProp
impl UnsafeUnpin for OsExtProp
impl UnwindSafe for OsExtProp
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