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