pub struct ObjectType(/* private fields */);Expand description
Implementations§
Source§impl ObjectType
impl ObjectType
pub const UNKNOWN: Self
pub const INSTANCE: Self
pub const PHYSICAL_DEVICE: Self
pub const DEVICE: Self
pub const QUEUE: Self
pub const SEMAPHORE: Self
pub const COMMAND_BUFFER: Self
pub const FENCE: Self
pub const DEVICE_MEMORY: Self
pub const BUFFER: Self
pub const IMAGE: Self
pub const EVENT: Self
pub const QUERY_POOL: Self
pub const BUFFER_VIEW: Self
pub const IMAGE_VIEW: Self
pub const SHADER_MODULE: Self
pub const PIPELINE_CACHE: Self
pub const PIPELINE_LAYOUT: Self
pub const RENDER_PASS: Self
pub const PIPELINE: Self
pub const DESCRIPTOR_SET_LAYOUT: Self
pub const SAMPLER: Self
pub const DESCRIPTOR_POOL: Self
pub const DESCRIPTOR_SET: Self
pub const FRAMEBUFFER: Self
pub const COMMAND_POOL: Self
pub const DESCRIPTOR_UPDATE_TEMPLATE: Self
pub const SAMPLER_YCBCR_CONVERSION: Self
pub const PRIVATE_DATA_SLOT: Self
pub const SURFACE: Self
pub const SWAPCHAIN: Self
pub const DISPLAY: Self
pub const DISPLAY_MODE: Self
pub const DEBUG_REPORT_CALLBACK: Self
Sourcepub const VIDEO_SESSION: Self
pub const VIDEO_SESSION: Self
VkVideoSessionKHR
Sourcepub const VIDEO_SESSION_PARAMETERS: Self
pub const VIDEO_SESSION_PARAMETERS: Self
VkVideoSessionParametersKHR
pub const CU_MODULE: Self
pub const CU_FUNCTION: Self
pub const DEBUG_UTILS_MESSENGER: Self
pub const ACCELERATION_STRUCTURE: Self
pub const VALIDATION_CACHE: Self
pub const PERFORMANCE_CONFIGURATION: Self
pub const DEFERRED_OPERATION: Self
pub const INDIRECT_COMMANDS_LAYOUT: Self
pub const CUDA_MODULE: Self
pub const CUDA_FUNCTION: Self
Sourcepub const BUFFER_COLLECTION: Self
pub const BUFFER_COLLECTION: Self
VkBufferCollectionFUCHSIA
pub const MICROMAP: Self
pub const TENSOR: Self
pub const TENSOR_VIEW: Self
pub const OPTICAL_FLOW_SESSION: Self
pub const SHADER: Self
pub const PIPELINE_BINARY: Self
pub const DATA_GRAPH_PIPELINE_SESSION: Self
pub const EXTERNAL_COMPUTE_QUEUE: Self
pub const INDIRECT_EXECUTION_SET: Self
pub const SHADER_INSTRUMENTATION: Self
pub const fn from_raw(value: i32) -> Self
pub const fn as_raw(self) -> i32
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 Display for ObjectType
impl Display for ObjectType
Source§impl Error for ObjectType
impl Error for ObjectType
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 UnsafeUnpin 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