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