Struct scl_core::version::structs::ResourcesPack
source · pub struct ResourcesPack {}
Expand description
一个资源包的信息结构
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ResourcesPack
impl Send for ResourcesPack
impl Sync for ResourcesPack
impl Unpin for ResourcesPack
impl UnwindSafe for ResourcesPack
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