pub type DevicePrivateDataCreateInfoEXT<'a> = DevicePrivateDataCreateInfo<'a>;
Aliased Type§
struct DevicePrivateDataCreateInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub private_data_slot_request_count: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§private_data_slot_request_count: u32
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> DevicePrivateDataCreateInfo<'a>
impl<'a> DevicePrivateDataCreateInfo<'a>
pub fn private_data_slot_request_count( self, private_data_slot_request_count: u32, ) -> Self
Trait Implementations
Source§impl<'a> Clone for DevicePrivateDataCreateInfo<'a>
impl<'a> Clone for DevicePrivateDataCreateInfo<'a>
Source§fn clone(&self) -> DevicePrivateDataCreateInfo<'a>
fn clone(&self) -> DevicePrivateDataCreateInfo<'a>
Returns a copy 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 more