#[repr(C)]pub struct LayerInstanceCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub function: LayerFunction,
pub payload: LayerInstanceCreateInfoPayload,
}Fields§
§s_type: StructureType§next: *const c_void§function: LayerFunction§payload: LayerInstanceCreateInfoPayloadTrait Implementations§
Source§impl Clone for LayerInstanceCreateInfo
impl Clone for LayerInstanceCreateInfo
Source§fn clone(&self) -> LayerInstanceCreateInfo
fn clone(&self) -> LayerInstanceCreateInfo
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 LayerInstanceCreateInfo
impl Debug for LayerInstanceCreateInfo
impl Copy for LayerInstanceCreateInfo
Auto Trait Implementations§
impl Freeze for LayerInstanceCreateInfo
impl RefUnwindSafe for LayerInstanceCreateInfo
impl !Send for LayerInstanceCreateInfo
impl !Sync for LayerInstanceCreateInfo
impl Unpin for LayerInstanceCreateInfo
impl UnwindSafe for LayerInstanceCreateInfo
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