Expand description
Layer information (raw).
Fields
id: u32ID of this layer.
attributes: DictAttributes of this layer.
Trait Implementations
impl Eq for RawLayer
impl StructuralEq for RawLayer
impl StructuralPartialEq for RawLayer
Auto Trait Implementations
impl RefUnwindSafe for RawLayer
impl Send for RawLayer
impl Sync for RawLayer
impl Unpin for RawLayer
impl UnwindSafe for RawLayer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more