#[repr(C)]pub struct RawDismCustomProperty {
pub name: *const u16,
pub value: *const u16,
pub path: *const u16,
}
Available on crate feature
dism
and Windows only.Fields§
§name: *const u16
§value: *const u16
§path: *const u16
Auto Trait Implementations§
impl Freeze for RawDismCustomProperty
impl RefUnwindSafe for RawDismCustomProperty
impl !Send for RawDismCustomProperty
impl !Sync for RawDismCustomProperty
impl Unpin for RawDismCustomProperty
impl UnwindSafe for RawDismCustomProperty
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