#[repr(C)]pub struct VkOffset3D {
pub x: i32,
pub y: i32,
pub z: i32,
}
Fields§
§x: i32
§y: i32
§z: i32
Trait Implementations§
Source§impl Clone for VkOffset3D
impl Clone for VkOffset3D
Source§fn clone(&self) -> VkOffset3D
fn clone(&self) -> VkOffset3D
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkOffset3D
impl Default for VkOffset3D
Source§fn default() -> VkOffset3D
fn default() -> VkOffset3D
Returns the “default value” for a type. Read more
impl Copy for VkOffset3D
Auto Trait Implementations§
impl Freeze for VkOffset3D
impl RefUnwindSafe for VkOffset3D
impl Send for VkOffset3D
impl Sync for VkOffset3D
impl Unpin for VkOffset3D
impl UnwindSafe for VkOffset3D
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