Union windows_sys::Win32::Graphics::Direct3D10::D3D10_BUFFER_RTV_0
[−]Expand description
Required features: ‘Win32_Graphics_Direct3D10’
Fields
FirstElement: u32
ElementOffset: u32
Trait Implementations
impl Clone for D3D10_BUFFER_RTV_0
impl Clone for D3D10_BUFFER_RTV_0
impl Copy for D3D10_BUFFER_RTV_0
Auto Trait Implementations
impl RefUnwindSafe for D3D10_BUFFER_RTV_0
impl Send for D3D10_BUFFER_RTV_0
impl Sync for D3D10_BUFFER_RTV_0
impl Unpin for D3D10_BUFFER_RTV_0
impl UnwindSafe for D3D10_BUFFER_RTV_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more