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