pub struct VgpuTypeResolution {
pub x: u32,
pub y: u32,
}Fields§
§x: u32§y: u32Trait Implementations§
Source§impl Clone for VgpuTypeResolution
impl Clone for VgpuTypeResolution
Source§fn clone(&self) -> VgpuTypeResolution
fn clone(&self) -> VgpuTypeResolution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VgpuTypeResolution
impl Debug for VgpuTypeResolution
Source§impl Hash for VgpuTypeResolution
impl Hash for VgpuTypeResolution
Source§impl PartialEq for VgpuTypeResolution
impl PartialEq for VgpuTypeResolution
Source§fn eq(&self, other: &VgpuTypeResolution) -> bool
fn eq(&self, other: &VgpuTypeResolution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VgpuTypeResolution
impl Eq for VgpuTypeResolution
impl StructuralPartialEq for VgpuTypeResolution
Auto Trait Implementations§
impl Freeze for VgpuTypeResolution
impl RefUnwindSafe for VgpuTypeResolution
impl Send for VgpuTypeResolution
impl Sync for VgpuTypeResolution
impl Unpin for VgpuTypeResolution
impl UnsafeUnpin for VgpuTypeResolution
impl UnwindSafe for VgpuTypeResolution
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