Struct DML_SIZE_2D
#[repr(C)]pub struct DML_SIZE_2D {
pub Width: u32,
pub Height: u32,
}
Fields§
§Width: u32
§Height: u32
Trait Implementations§
§impl Clone for DML_SIZE_2D
impl Clone for DML_SIZE_2D
§fn clone(&self) -> DML_SIZE_2D
fn clone(&self) -> DML_SIZE_2D
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DML_SIZE_2D
impl Debug for DML_SIZE_2D
§impl PartialEq for DML_SIZE_2D
impl PartialEq for DML_SIZE_2D
impl Copy for DML_SIZE_2D
impl StructuralPartialEq for DML_SIZE_2D
Auto Trait Implementations§
impl Freeze for DML_SIZE_2D
impl RefUnwindSafe for DML_SIZE_2D
impl Send for DML_SIZE_2D
impl Sync for DML_SIZE_2D
impl Unpin for DML_SIZE_2D
impl UnwindSafe for DML_SIZE_2D
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