Struct D3DSTATUS
#[repr(C)]pub struct D3DSTATUS {
pub dwFlags: u32,
pub dwStatus: u32,
pub drExtent: D3DRECT,
}
Fields§
§dwFlags: u32
§dwStatus: u32
§drExtent: D3DRECT
Trait Implementations§
impl Copy for D3DSTATUS
impl StructuralPartialEq for D3DSTATUS
Auto Trait Implementations§
impl Freeze for D3DSTATUS
impl RefUnwindSafe for D3DSTATUS
impl Send for D3DSTATUS
impl Sync for D3DSTATUS
impl Unpin for D3DSTATUS
impl UnwindSafe for D3DSTATUS
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