pub struct PhysicalDeviceIDPropertiesKhr<'s> { /* private fields */ }Expand description
A VkPhysicalDeviceIDPropertiesKHR.
Implementations§
Source§impl<'s> PhysicalDeviceIDPropertiesKhr<'s>
impl<'s> PhysicalDeviceIDPropertiesKhr<'s>
pub fn builder<'b>() -> PhysicalDeviceIDPropertiesKhrBuilder<'b>
pub unsafe fn from_raw( raw: VkPhysicalDeviceIDPropertiesKHR, ) -> PhysicalDeviceIDPropertiesKhr<'s>
pub fn next<'a>(&'a self) -> *mut c_void
pub fn device_uuid<'a>(&'a self) -> &[u8] ⓘ
pub fn driver_uuid<'a>(&'a self) -> &[u8] ⓘ
pub fn device_luid<'a>(&'a self) -> &[u8] ⓘ
pub fn device_node_mask<'a>(&'a self) -> u32
pub fn device_luid_valid<'a>(&'a self) -> bool
pub unsafe fn set_next<'m>(&mut self, next: *mut c_void)
pub fn set_device_uuid<'m>(&mut self, device_uuid: [u8; 16])
pub fn set_driver_uuid<'m>(&mut self, driver_uuid: [u8; 16])
pub fn set_device_luid<'m>(&mut self, device_luid: [u8; 8])
pub fn set_device_node_mask<'m>(&mut self, device_node_mask: u32)
pub fn set_device_luid_valid<'m>(&mut self, device_luid_valid: bool)
pub fn as_raw(&self) -> &VkPhysicalDeviceIDPropertiesKHR
Trait Implementations§
Source§impl<'s> Clone for PhysicalDeviceIDPropertiesKhr<'s>
impl<'s> Clone for PhysicalDeviceIDPropertiesKhr<'s>
Source§fn clone(&self) -> PhysicalDeviceIDPropertiesKhr<'s>
fn clone(&self) -> PhysicalDeviceIDPropertiesKhr<'s>
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<'s> Debug for PhysicalDeviceIDPropertiesKhr<'s>
impl<'s> Debug for PhysicalDeviceIDPropertiesKhr<'s>
Source§impl<'s> Default for PhysicalDeviceIDPropertiesKhr<'s>
impl<'s> Default for PhysicalDeviceIDPropertiesKhr<'s>
Source§fn default() -> PhysicalDeviceIDPropertiesKhr<'s>
fn default() -> PhysicalDeviceIDPropertiesKhr<'s>
Returns the “default value” for a type. Read more
Source§impl<'s> From<PhysicalDeviceIDPropertiesKhr<'s>> for VkPhysicalDeviceIDPropertiesKHR
impl<'s> From<PhysicalDeviceIDPropertiesKhr<'s>> for VkPhysicalDeviceIDPropertiesKHR
Source§fn from(f: PhysicalDeviceIDPropertiesKhr<'s>) -> VkPhysicalDeviceIDPropertiesKHR
fn from(f: PhysicalDeviceIDPropertiesKhr<'s>) -> VkPhysicalDeviceIDPropertiesKHR
Converts to this type from the input type.
Auto Trait Implementations§
impl<'s> Freeze for PhysicalDeviceIDPropertiesKhr<'s>
impl<'s> RefUnwindSafe for PhysicalDeviceIDPropertiesKhr<'s>
impl<'s> !Send for PhysicalDeviceIDPropertiesKhr<'s>
impl<'s> !Sync for PhysicalDeviceIDPropertiesKhr<'s>
impl<'s> Unpin for PhysicalDeviceIDPropertiesKhr<'s>
impl<'s> UnwindSafe for PhysicalDeviceIDPropertiesKhr<'s>
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