#[repr(C)]pub struct PrivateDataSlotCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PrivateDataSlotCreateFlags,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: PrivateDataSlotCreateFlagsTrait Implementations§
Source§impl Clone for PrivateDataSlotCreateInfo
impl Clone for PrivateDataSlotCreateInfo
Source§fn clone(&self) -> PrivateDataSlotCreateInfo
fn clone(&self) -> PrivateDataSlotCreateInfo
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 Debug for PrivateDataSlotCreateInfo
impl Debug for PrivateDataSlotCreateInfo
Source§impl Default for PrivateDataSlotCreateInfo
impl Default for PrivateDataSlotCreateInfo
Source§impl Hash for PrivateDataSlotCreateInfo
impl Hash for PrivateDataSlotCreateInfo
impl Copy for PrivateDataSlotCreateInfo
impl Eq for PrivateDataSlotCreateInfo
impl Send for PrivateDataSlotCreateInfo
impl StructuralPartialEq for PrivateDataSlotCreateInfo
impl Sync for PrivateDataSlotCreateInfo
Auto Trait Implementations§
impl Freeze for PrivateDataSlotCreateInfo
impl RefUnwindSafe for PrivateDataSlotCreateInfo
impl Unpin for PrivateDataSlotCreateInfo
impl UnwindSafe for PrivateDataSlotCreateInfo
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