pub struct ObjectType(/* private fields */);Implementations§
Source§impl ObjectType
impl ObjectType
pub const UNKNOWN: ObjectType
pub const INSTANCE: ObjectType
pub const PHYSICAL_DEVICE: ObjectType
pub const DEVICE: ObjectType
pub const QUEUE: ObjectType
pub const SEMAPHORE: ObjectType
pub const COMMAND_BUFFER: ObjectType
pub const FENCE: ObjectType
pub const DEVICE_MEMORY: ObjectType
pub const BUFFER: ObjectType
pub const IMAGE: ObjectType
pub const EVENT: ObjectType
pub const QUERY_POOL: ObjectType
pub const BUFFER_VIEW: ObjectType
pub const IMAGE_VIEW: ObjectType
pub const SHADER_MODULE: ObjectType
pub const PIPELINE_CACHE: ObjectType
pub const PIPELINE_LAYOUT: ObjectType
pub const RENDER_PASS: ObjectType
pub const PIPELINE: ObjectType
pub const DESCRIPTOR_SET_LAYOUT: ObjectType
pub const SAMPLER: ObjectType
pub const DESCRIPTOR_POOL: ObjectType
pub const DESCRIPTOR_SET: ObjectType
pub const FRAMEBUFFER: ObjectType
pub const COMMAND_POOL: ObjectType
pub const DESCRIPTOR_UPDATE_TEMPLATE: ObjectType
pub const SAMPLER_YCBCR_CONVERSION: ObjectType
pub const PRIVATE_DATA_SLOT: ObjectType
pub const SURFACE_KHR: ObjectType
pub const SWAPCHAIN_KHR: ObjectType
pub const DISPLAY_KHR: ObjectType
pub const DISPLAY_MODE_KHR: ObjectType
pub const DEBUG_REPORT_CALLBACK_EXT: ObjectType
pub const VIDEO_SESSION_KHR: ObjectType
pub const VIDEO_SESSION_PARAMETERS_KHR: ObjectType
pub const CU_MODULE_NVX: ObjectType
pub const CU_FUNCTION_NVX: ObjectType
pub const DEBUG_UTILS_MESSENGER_EXT: ObjectType
pub const ACCELERATION_STRUCTURE_KHR: ObjectType
pub const VALIDATION_CACHE_EXT: ObjectType
pub const ACCELERATION_STRUCTURE_NV: ObjectType
pub const PERFORMANCE_CONFIGURATION_INTEL: ObjectType
pub const DEFERRED_OPERATION_KHR: ObjectType
pub const INDIRECT_COMMANDS_LAYOUT_NV: ObjectType
pub const CUDA_MODULE_NV: ObjectType
pub const CUDA_FUNCTION_NV: ObjectType
pub const BUFFER_COLLECTION_FUCHSIA: ObjectType
pub const MICROMAP_EXT: ObjectType
pub const TENSOR_ARM: ObjectType
pub const TENSOR_VIEW_ARM: ObjectType
pub const OPTICAL_FLOW_SESSION_NV: ObjectType
pub const SHADER_EXT: ObjectType
pub const PIPELINE_BINARY_KHR: ObjectType
pub const SEMAPHORE_SCI_SYNC_POOL_NV: ObjectType
pub const DATA_GRAPH_PIPELINE_SESSION_ARM: ObjectType
pub const EXTERNAL_COMPUTE_QUEUE_NV: ObjectType
pub const INDIRECT_COMMANDS_LAYOUT_EXT: ObjectType
pub const INDIRECT_EXECUTION_SET_EXT: ObjectType
Sourcepub const fn from_raw(value: i32) -> ObjectType
pub const fn from_raw(value: i32) -> ObjectType
Constructs an instance of this enum with the supplied underlying value.
Trait Implementations§
Source§impl Clone for ObjectType
impl Clone for ObjectType
Source§fn clone(&self) -> ObjectType
fn clone(&self) -> ObjectType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ObjectType
impl Debug for ObjectType
Source§impl Default for ObjectType
impl Default for ObjectType
Source§fn default() -> ObjectType
fn default() -> ObjectType
Returns the “default value” for a type. Read more
Source§impl Hash for ObjectType
impl Hash for ObjectType
Source§impl Ord for ObjectType
impl Ord for ObjectType
Source§fn cmp(&self, other: &ObjectType) -> Ordering
fn cmp(&self, other: &ObjectType) -> Ordering
1.21.0 · 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 PartialEq for ObjectType
impl PartialEq for ObjectType
Source§impl PartialOrd for ObjectType
impl PartialOrd for ObjectType
impl Copy for ObjectType
impl Eq for ObjectType
impl StructuralPartialEq for ObjectType
Auto Trait Implementations§
impl Freeze for ObjectType
impl RefUnwindSafe for ObjectType
impl Send for ObjectType
impl Sync for ObjectType
impl Unpin for ObjectType
impl UnwindSafe for ObjectType
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