pub struct LoadBuffer {
pub id: u64,
pub path: String,
pub ext: String,
}
Fields§
§id: u64
§path: String
§ext: String
Trait Implementations§
Source§impl Clone for LoadBuffer
impl Clone for LoadBuffer
Source§fn clone(&self) -> LoadBuffer
fn clone(&self) -> LoadBuffer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Codec for LoadBuffer
impl Codec for LoadBuffer
Source§impl Debug for LoadBuffer
impl Debug for LoadBuffer
Source§impl Display for LoadBuffer
impl Display for LoadBuffer
Source§impl Hash for LoadBuffer
impl Hash for LoadBuffer
Source§impl Ord for LoadBuffer
impl Ord for LoadBuffer
Source§fn cmp(&self, other: &LoadBuffer) -> Ordering
fn cmp(&self, other: &LoadBuffer) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LoadBuffer
impl PartialEq for LoadBuffer
Source§impl PartialOrd for LoadBuffer
impl PartialOrd for LoadBuffer
impl Eq for LoadBuffer
impl StructuralPartialEq for LoadBuffer
Auto Trait Implementations§
impl Freeze for LoadBuffer
impl RefUnwindSafe for LoadBuffer
impl Send for LoadBuffer
impl Sync for LoadBuffer
impl Unpin for LoadBuffer
impl UnwindSafe for LoadBuffer
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