pub struct ExternalFileSlot {
pub name_offset: u64,
pub offset: u64,
pub size: u64,
}Expand description
A single external raw data file slot.
Fields§
§name_offset: u64§offset: u64§size: u64Trait Implementations§
Source§impl Clone for ExternalFileSlot
impl Clone for ExternalFileSlot
Source§fn clone(&self) -> ExternalFileSlot
fn clone(&self) -> ExternalFileSlot
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 ExternalFileSlot
impl Debug for ExternalFileSlot
impl Eq for ExternalFileSlot
Source§impl PartialEq for ExternalFileSlot
impl PartialEq for ExternalFileSlot
impl StructuralPartialEq for ExternalFileSlot
Auto Trait Implementations§
impl Freeze for ExternalFileSlot
impl RefUnwindSafe for ExternalFileSlot
impl Send for ExternalFileSlot
impl Sync for ExternalFileSlot
impl Unpin for ExternalFileSlot
impl UnsafeUnpin for ExternalFileSlot
impl UnwindSafe for ExternalFileSlot
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