Struct bedrock::vk::VkOffset2D [] [src]

#[repr(C)]
pub struct VkOffset2D { pub x: i32, pub y: i32, }

Fields

Trait Implementations

impl Debug for VkOffset2D
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkOffset2D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VkOffset2D
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for VkOffset2D
[src]

impl Default for VkOffset2D
[src]

[src]

Returns the "default value" for a type. Read more

impl From<Offset2D> for VkOffset2D
[src]

[src]

Performs the conversion.

impl AsRef<VkOffset2D> for Offset2D
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for VkOffset2D

impl Sync for VkOffset2D