Struct windows_sys::Win32::Graphics::Direct3D9::D3DVOLUME_DESC
[−]#[repr(C)]pub struct D3DVOLUME_DESC {
pub Format: D3DFORMAT,
pub Type: D3DRESOURCETYPE,
pub Usage: u32,
pub Pool: D3DPOOL,
pub Width: u32,
pub Height: u32,
pub Depth: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
Fields
Format: D3DFORMAT
Type: D3DRESOURCETYPE
Usage: u32
Pool: D3DPOOL
Width: u32
Height: u32
Depth: u32
Trait Implementations
impl Clone for D3DVOLUME_DESC
impl Clone for D3DVOLUME_DESC
impl Copy for D3DVOLUME_DESC
Auto Trait Implementations
impl RefUnwindSafe for D3DVOLUME_DESC
impl Send for D3DVOLUME_DESC
impl Sync for D3DVOLUME_DESC
impl Unpin for D3DVOLUME_DESC
impl UnwindSafe for D3DVOLUME_DESC
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