#[repr(C)]pub struct ApiLayerCreateInfo {
pub struct_type: LoaderInterfaceStructs,
pub struct_version: u32,
pub struct_size: usize,
pub loader_instance: *mut c_void,
pub settings_file_location: [c_char; 512],
pub next_info: *mut ApiLayerNextInfo,
}
Expand description
Fields§
§struct_type: LoaderInterfaceStructs
§struct_version: u32
§struct_size: usize
§loader_instance: *mut c_void
§settings_file_location: [c_char; 512]
§next_info: *mut ApiLayerNextInfo
Trait Implementations§
Source§impl Clone for ApiLayerCreateInfo
impl Clone for ApiLayerCreateInfo
Source§fn clone(&self) -> ApiLayerCreateInfo
fn clone(&self) -> ApiLayerCreateInfo
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 moreimpl Copy for ApiLayerCreateInfo
Auto Trait Implementations§
impl Freeze for ApiLayerCreateInfo
impl RefUnwindSafe for ApiLayerCreateInfo
impl !Send for ApiLayerCreateInfo
impl !Sync for ApiLayerCreateInfo
impl Unpin for ApiLayerCreateInfo
impl UnwindSafe for ApiLayerCreateInfo
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