pub struct SubAssetEntry {
pub class_id: u32,
pub file_id: i64,
pub name: String,
}Fields§
§class_id: u32§file_id: i64§name: StringTrait Implementations§
Source§impl Clone for SubAssetEntry
impl Clone for SubAssetEntry
Source§fn clone(&self) -> SubAssetEntry
fn clone(&self) -> SubAssetEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SubAssetEntry
impl RefUnwindSafe for SubAssetEntry
impl Send for SubAssetEntry
impl Sync for SubAssetEntry
impl Unpin for SubAssetEntry
impl UnsafeUnpin for SubAssetEntry
impl UnwindSafe for SubAssetEntry
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