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