#[repr(C)]pub struct D3DKMT_CREATESTANDARDALLOCATIONFLAGS {
pub Anonymous: D3DKMT_CREATESTANDARDALLOCATIONFLAGS_0,
}
Fields§
§Anonymous: D3DKMT_CREATESTANDARDALLOCATIONFLAGS_0
Trait Implementations§
impl Copy for D3DKMT_CREATESTANDARDALLOCATIONFLAGS
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_CREATESTANDARDALLOCATIONFLAGS
impl Send for D3DKMT_CREATESTANDARDALLOCATIONFLAGS
impl Sync for D3DKMT_CREATESTANDARDALLOCATIONFLAGS
impl Unpin for D3DKMT_CREATESTANDARDALLOCATIONFLAGS
impl UnwindSafe for D3DKMT_CREATESTANDARDALLOCATIONFLAGS
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