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