#[repr(C)]pub struct D3DBOX {
pub Left: u32,
pub Top: u32,
pub Right: u32,
pub Bottom: u32,
pub Front: u32,
pub Back: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
Fields
Left: u32
Top: u32
Right: u32
Bottom: u32
Front: u32
Back: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for D3DBOX
impl Send for D3DBOX
impl Sync for D3DBOX
impl Unpin for D3DBOX
impl UnwindSafe for D3DBOX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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