pub struct SkinSlot {
pub slot: usize,
pub attachments: Vec<Attachment>,
}Fields§
§slot: usize§attachments: Vec<Attachment>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SkinSlot
impl RefUnwindSafe for SkinSlot
impl Send for SkinSlot
impl Sync for SkinSlot
impl Unpin for SkinSlot
impl UnsafeUnpin for SkinSlot
impl UnwindSafe for SkinSlot
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