#[repr(C)]pub struct WGPUOrigin2D {
pub x: u32,
pub y: u32,
}Fields§
§x: u32§y: u32Trait Implementations§
Source§impl Clone for WGPUOrigin2D
impl Clone for WGPUOrigin2D
Source§fn clone(&self) -> WGPUOrigin2D
fn clone(&self) -> WGPUOrigin2D
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 moreSource§impl Debug for WGPUOrigin2D
impl Debug for WGPUOrigin2D
impl Copy for WGPUOrigin2D
Auto Trait Implementations§
impl Freeze for WGPUOrigin2D
impl RefUnwindSafe for WGPUOrigin2D
impl Send for WGPUOrigin2D
impl Sync for WGPUOrigin2D
impl Unpin for WGPUOrigin2D
impl UnwindSafe for WGPUOrigin2D
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