#[repr(C)]pub struct DevicePrivateDataCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub private_data_slot_request_count: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidprivate_data_slot_request_count: u32Implementations
sourceimpl DevicePrivateDataCreateInfo
impl DevicePrivateDataCreateInfo
pub fn builder<'a>() -> DevicePrivateDataCreateInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for DevicePrivateDataCreateInfo
impl Clone for DevicePrivateDataCreateInfo
sourcefn clone(&self) -> DevicePrivateDataCreateInfo
fn clone(&self) -> DevicePrivateDataCreateInfo
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 DevicePrivateDataCreateInfo
impl Debug for DevicePrivateDataCreateInfo
sourceimpl Default for DevicePrivateDataCreateInfo
impl Default for DevicePrivateDataCreateInfo
sourcefn default() -> DevicePrivateDataCreateInfo
fn default() -> DevicePrivateDataCreateInfo
Returns the “default value” for a type. Read more
impl Copy for DevicePrivateDataCreateInfo
impl ExtendsDeviceCreateInfo for DevicePrivateDataCreateInfo
Auto Trait Implementations
impl RefUnwindSafe for DevicePrivateDataCreateInfo
impl !Send for DevicePrivateDataCreateInfo
impl !Sync for DevicePrivateDataCreateInfo
impl Unpin for DevicePrivateDataCreateInfo
impl UnwindSafe for DevicePrivateDataCreateInfo
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