#[repr(transparent)]pub struct VkBufferView(pub u64, pub PhantomData<*mut u8>);Tuple Fields§
§0: u64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Clone for VkBufferView
impl Clone for VkBufferView
Source§fn clone(&self) -> VkBufferView
fn clone(&self) -> VkBufferView
Returns a duplicate 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 VkBufferView
impl Debug for VkBufferView
Source§impl Hash for VkBufferView
impl Hash for VkBufferView
Source§impl Ord for VkBufferView
impl Ord for VkBufferView
Source§fn cmp(&self, other: &VkBufferView) -> Ordering
fn cmp(&self, other: &VkBufferView) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VkBufferView
impl PartialEq for VkBufferView
Source§impl PartialOrd for VkBufferView
impl PartialOrd for VkBufferView
Source§impl VkRawHandle for VkBufferView
impl VkRawHandle for VkBufferView
const OBJECT_TYPE: VkObjectType = 13i32
const NULL: Self
fn raw_handle_value(&self) -> u64
impl Copy for VkBufferView
impl Eq for VkBufferView
impl StructuralPartialEq for VkBufferView
Auto Trait Implementations§
impl Freeze for VkBufferView
impl RefUnwindSafe for VkBufferView
impl !Send for VkBufferView
impl !Sync for VkBufferView
impl Unpin for VkBufferView
impl UnwindSafe for VkBufferView
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