#[repr(transparent)]pub struct VkEvent(pub u64, pub PhantomData<*mut u8>);Tuple Fields§
§0: u64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Ord for VkEvent
impl Ord for VkEvent
Source§impl PartialOrd for VkEvent
impl PartialOrd for VkEvent
Source§impl VkRawHandle for VkEvent
impl VkRawHandle for VkEvent
const OBJECT_TYPE: VkObjectType = 11i32
const NULL: Self
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 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