pub struct LayerRef(/* private fields */);Expand description
Handle to a non-group layer. Obtained from AsepriteFile::add_layer or AsepriteFile::layer_ref.
Implementations§
Trait Implementations§
impl Copy for LayerRef
impl Eq for LayerRef
impl StructuralPartialEq for LayerRef
Auto Trait Implementations§
impl Freeze for LayerRef
impl RefUnwindSafe for LayerRef
impl Send for LayerRef
impl Sync for LayerRef
impl Unpin for LayerRef
impl UnsafeUnpin for LayerRef
impl UnwindSafe for LayerRef
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