#[repr(C)]pub struct D3DSTATUS {
pub dwFlags: u32,
pub dwStatus: u32,
pub drExtent: D3DRECT,
}Fields§
§dwFlags: u32§dwStatus: u32§drExtent: D3DRECTTrait Implementations§
Source§impl Abi for D3DSTATUS
impl Abi for D3DSTATUS
impl Copy for D3DSTATUS
impl Eq 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 UnsafeUnpin 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