pub struct DebugReportObjectTypeEXT(/* private fields */);Expand description
Implementations§
Source§impl DebugReportObjectTypeEXT
impl DebugReportObjectTypeEXT
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 SURFACE_: Self
pub const SWAPCHAIN_: Self
pub const DEBUG_REPORT_CALLBACK_: Self
pub const DEBUG_REPORT: Self = Self::DEBUG_REPORT_CALLBACK_
pub const DISPLAY_: Self
pub const DISPLAY_MODE_: Self
pub const VALIDATION_CACHE_: Self
pub const VALIDATION_CACHE: Self = Self::VALIDATION_CACHE_
pub const SAMPLER_YCBCR_CONVERSION: Self
pub const DESCRIPTOR_UPDATE_TEMPLATE: Self
pub const CU_MODULE_: Self
pub const CU_FUNCTION_: Self
pub const DESCRIPTOR_UPDATE_TEMPLATE_: Self = Self::DESCRIPTOR_UPDATE_TEMPLATE
pub const ACCELERATION_STRUCTURE_: Self
pub const SAMPLER_YCBCR_CONVERSION_: Self = Self::SAMPLER_YCBCR_CONVERSION
pub const CUDA_MODULE_: Self
pub const CUDA_FUNCTION_: Self
pub const BUFFER_COLLECTION_: Self
pub const fn from_raw(value: i32) -> Self
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for DebugReportObjectTypeEXT
impl Clone for DebugReportObjectTypeEXT
Source§fn clone(&self) -> DebugReportObjectTypeEXT
fn clone(&self) -> DebugReportObjectTypeEXT
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 DebugReportObjectTypeEXT
impl Debug for DebugReportObjectTypeEXT
Source§impl Default for DebugReportObjectTypeEXT
impl Default for DebugReportObjectTypeEXT
Source§fn default() -> DebugReportObjectTypeEXT
fn default() -> DebugReportObjectTypeEXT
Returns the “default value” for a type. Read more
Source§impl Display for DebugReportObjectTypeEXT
impl Display for DebugReportObjectTypeEXT
Source§impl Error for DebugReportObjectTypeEXT
impl Error for DebugReportObjectTypeEXT
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 DebugReportObjectTypeEXT
impl Hash for DebugReportObjectTypeEXT
Source§impl Ord for DebugReportObjectTypeEXT
impl Ord for DebugReportObjectTypeEXT
Source§fn cmp(&self, other: &DebugReportObjectTypeEXT) -> Ordering
fn cmp(&self, other: &DebugReportObjectTypeEXT) -> 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 DebugReportObjectTypeEXT
impl PartialEq for DebugReportObjectTypeEXT
Source§impl PartialOrd for DebugReportObjectTypeEXT
impl PartialOrd for DebugReportObjectTypeEXT
impl Copy for DebugReportObjectTypeEXT
impl Eq for DebugReportObjectTypeEXT
impl StructuralPartialEq for DebugReportObjectTypeEXT
Auto Trait Implementations§
impl Freeze for DebugReportObjectTypeEXT
impl RefUnwindSafe for DebugReportObjectTypeEXT
impl Send for DebugReportObjectTypeEXT
impl Sync for DebugReportObjectTypeEXT
impl Unpin for DebugReportObjectTypeEXT
impl UnsafeUnpin for DebugReportObjectTypeEXT
impl UnwindSafe for DebugReportObjectTypeEXT
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