#[repr(C)]pub struct PrivateDataSlotCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: PrivateDataSlotCreateFlags,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§flags: PrivateDataSlotCreateFlags
Trait 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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PrivateDataSlotCreateInfo
Auto Trait Implementations§
impl Freeze for PrivateDataSlotCreateInfo
impl RefUnwindSafe for PrivateDataSlotCreateInfo
impl !Send for PrivateDataSlotCreateInfo
impl !Sync 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