Struct D3DBOX
#[repr(C)]pub struct D3DBOX {
pub Left: u32,
pub Top: u32,
pub Right: u32,
pub Bottom: u32,
pub Front: u32,
pub Back: u32,
}
Fields§
§Left: u32
§Top: u32
§Right: u32
§Bottom: u32
§Front: u32
§Back: u32
Trait Implementations§
impl Copy for D3DBOX
impl StructuralPartialEq for D3DBOX
Auto Trait Implementations§
impl Freeze for D3DBOX
impl RefUnwindSafe for D3DBOX
impl Send for D3DBOX
impl Sync for D3DBOX
impl Unpin for D3DBOX
impl UnwindSafe for D3DBOX
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more