#[repr(C)]pub struct DxcDefine {
pub name: LPCWSTR,
pub value: LPCWSTR,
}
Fields§
§name: LPCWSTR
§value: LPCWSTR
Auto Trait Implementations§
impl Freeze for DxcDefine
impl RefUnwindSafe for DxcDefine
impl !Send for DxcDefine
impl !Sync for DxcDefine
impl Unpin for DxcDefine
impl UnwindSafe for DxcDefine
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