pub struct DismCustomProperty {
pub name: String,
pub value: String,
pub path: String,
}
Available on crate feature
dism
and Windows only.Fields§
§name: String
§value: String
§path: String
Trait Implementations§
Source§impl Debug for DismCustomProperty
impl Debug for DismCustomProperty
Source§impl Default for DismCustomProperty
impl Default for DismCustomProperty
Source§fn default() -> DismCustomProperty
fn default() -> DismCustomProperty
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DismCustomProperty
impl RefUnwindSafe for DismCustomProperty
impl Send for DismCustomProperty
impl Sync for DismCustomProperty
impl Unpin for DismCustomProperty
impl UnwindSafe for DismCustomProperty
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