Struct windows_sys::Win32::Graphics::Direct3D11::D3D11_OMAC
[−]Expand description
Required features: "Win32_Graphics_Direct3D11"
Fields
Omac: [u8; 16]
Trait Implementations
impl Clone for D3D11_OMAC
impl Clone for D3D11_OMAC
impl Copy for D3D11_OMAC
Auto Trait Implementations
impl RefUnwindSafe for D3D11_OMAC
impl Send for D3D11_OMAC
impl Sync for D3D11_OMAC
impl Unpin for D3D11_OMAC
impl UnwindSafe for D3D11_OMAC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more