pub struct PmmAssetReference {
pub path: String,
pub normalized_path: String,
pub file_name: String,
pub extension: String,
pub kind: &'static str,
pub offset: usize,
pub offset_end: usize,
pub confidence: &'static str,
}Fields§
§path: String§normalized_path: String§file_name: String§extension: String§kind: &'static str§offset: usize§offset_end: usize§confidence: &'static strTrait Implementations§
Source§impl Clone for PmmAssetReference
impl Clone for PmmAssetReference
Source§fn clone(&self) -> PmmAssetReference
fn clone(&self) -> PmmAssetReference
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 moreSource§impl Debug for PmmAssetReference
impl Debug for PmmAssetReference
Auto Trait Implementations§
impl Freeze for PmmAssetReference
impl RefUnwindSafe for PmmAssetReference
impl Send for PmmAssetReference
impl Sync for PmmAssetReference
impl Unpin for PmmAssetReference
impl UnsafeUnpin for PmmAssetReference
impl UnwindSafe for PmmAssetReference
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