#[repr(C)]pub struct LayerClass { /* private fields */ }
Expand description
A layer class object.
Implementations§
Source§impl LayerClass
impl LayerClass
Sourcepub fn builder<T>(id: T) -> LayerClassBuilder
pub fn builder<T>(id: T) -> LayerClassBuilder
Creates a new builder object for LayerClass.
Trait Implementations§
Source§impl Into<Fixed<LayerClass>> for &'static LayerClass
impl Into<Fixed<LayerClass>> for &'static LayerClass
Source§fn into(self) -> Fixed<LayerClass>
fn into(self) -> Fixed<LayerClass>
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for LayerClass
impl !RefUnwindSafe for LayerClass
impl Send for LayerClass
impl Sync for LayerClass
impl Unpin for LayerClass
impl !UnwindSafe for LayerClass
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