#[repr(transparent)]pub struct VkFramebuffer(pub u64, pub PhantomData<*mut u8>);Tuple Fields§
§0: u64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Clone for VkFramebuffer
impl Clone for VkFramebuffer
Source§fn clone(&self) -> VkFramebuffer
fn clone(&self) -> VkFramebuffer
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 VkFramebuffer
impl Debug for VkFramebuffer
Source§impl Hash for VkFramebuffer
impl Hash for VkFramebuffer
Source§impl Ord for VkFramebuffer
impl Ord for VkFramebuffer
Source§fn cmp(&self, other: &VkFramebuffer) -> Ordering
fn cmp(&self, other: &VkFramebuffer) -> 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 VkFramebuffer
impl PartialEq for VkFramebuffer
Source§impl PartialOrd for VkFramebuffer
impl PartialOrd for VkFramebuffer
Source§impl VkRawHandle for VkFramebuffer
impl VkRawHandle for VkFramebuffer
const OBJECT_TYPE: VkObjectType = 24i32
const NULL: Self
fn raw_handle_value(&self) -> u64
impl Copy for VkFramebuffer
impl Eq for VkFramebuffer
impl StructuralPartialEq for VkFramebuffer
Auto Trait Implementations§
impl Freeze for VkFramebuffer
impl RefUnwindSafe for VkFramebuffer
impl !Send for VkFramebuffer
impl !Sync for VkFramebuffer
impl Unpin for VkFramebuffer
impl UnwindSafe for VkFramebuffer
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