#[repr(C)]pub struct PhysicalDeviceToolProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub name: [i8; 256],
pub version: [i8; 256],
pub purposes: ToolPurposeFlags,
pub description: [i8; 256],
pub layer: [i8; 256],
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidname: [i8; 256]version: [i8; 256]purposes: ToolPurposeFlagsdescription: [i8; 256]layer: [i8; 256]Implementations
sourceimpl PhysicalDeviceToolProperties
impl PhysicalDeviceToolProperties
pub fn builder<'a>() -> PhysicalDeviceToolPropertiesBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceToolProperties
impl Clone for PhysicalDeviceToolProperties
sourcefn clone(&self) -> PhysicalDeviceToolProperties
fn clone(&self) -> PhysicalDeviceToolProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PhysicalDeviceToolProperties
impl Debug for PhysicalDeviceToolProperties
sourceimpl Default for PhysicalDeviceToolProperties
impl Default for PhysicalDeviceToolProperties
sourcefn default() -> PhysicalDeviceToolProperties
fn default() -> PhysicalDeviceToolProperties
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceToolProperties
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceToolProperties
impl !Send for PhysicalDeviceToolProperties
impl !Sync for PhysicalDeviceToolProperties
impl Unpin for PhysicalDeviceToolProperties
impl UnwindSafe for PhysicalDeviceToolProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more