#[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]
Trait Implementations§
Source§impl Clone for LayerProperties
impl Clone for LayerProperties
Source§fn clone(&self) -> LayerProperties
fn clone(&self) -> LayerProperties
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 LayerProperties
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