#[repr(C)]pub struct Origin2d {
pub x: u32,
pub y: u32,
}
Expand description
Origin of a copy from a 2D image.
Corresponds to WebGPU GPUOrigin2D
.
Fields§
§x: u32
§y: u32
Implementations§
Trait Implementations§
§impl<'de> Deserialize<'de> for Origin2d
impl<'de> Deserialize<'de> for Origin2d
§fn deserialize<__D>(
__deserializer: __D
) -> Result<Origin2d, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Origin2d, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Serialize for Origin2d
impl Serialize for Origin2d
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for Origin2d
impl Eq for Origin2d
impl StructuralEq for Origin2d
impl StructuralPartialEq for Origin2d
Auto Trait Implementations§
impl RefUnwindSafe for Origin2d
impl Send for Origin2d
impl Sync for Origin2d
impl Unpin for Origin2d
impl UnwindSafe for Origin2d
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more