#[repr(transparent)]pub struct VkFence(pub NonZeroU64, pub PhantomData<*mut u8>);Tuple Fields§
§0: NonZeroU64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Ord for VkFence
impl Ord for VkFence
1.21.0 (const: unstable) · 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 PartialOrd for VkFence
impl PartialOrd for VkFence
Source§impl VkRawHandle for VkFence
impl VkRawHandle for VkFence
const OBJECT_TYPE: VkObjectType = VK_OBJECT_TYPE_FENCE
fn raw_handle_value(&self) -> u64
impl Copy for VkFence
impl Eq for VkFence
impl StructuralPartialEq for VkFence
Auto Trait Implementations§
impl Freeze for VkFence
impl RefUnwindSafe for VkFence
impl !Send for VkFence
impl !Sync for VkFence
impl Unpin for VkFence
impl UnsafeUnpin for VkFence
impl UnwindSafe for VkFence
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