#[repr(C)]pub struct LayerProperties {
pub layerName: [c_char; 256],
pub specVersion: u32,
pub implementationVersion: u32,
pub description: [c_char; 256],
}
Fields§
§layerName: [c_char; 256]
§specVersion: u32
§implementationVersion: u32
§description: [c_char; 256]
Auto Trait Implementations§
impl Freeze for LayerProperties
impl RefUnwindSafe for LayerProperties
impl Send for LayerProperties
impl Sync for LayerProperties
impl Unpin for LayerProperties
impl UnwindSafe for LayerProperties
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