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