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: D3DFORMATType: D3DRESOURCETYPEUsage: u32Pool: D3DPOOLWidth: u32Height: u32Depth: u32Trait 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