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