#[repr(C)]pub struct DxcDefine {
pub name: LPCWSTR,
pub value: LPCWSTR,
}
Fields§
§name: LPCWSTR
§value: LPCWSTR
Auto Trait Implementations§
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