pub struct SpoolEntry {
pub offset: u64,
pub length: u32,
}Expand description
Entry in the spool index
Fields§
§offset: u64Byte offset in spool file where card starts
length: u32Length of card in bytes
Trait Implementations§
Source§impl Clone for SpoolEntry
impl Clone for SpoolEntry
Source§fn clone(&self) -> SpoolEntry
fn clone(&self) -> SpoolEntry
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 moreAuto Trait Implementations§
impl Freeze for SpoolEntry
impl RefUnwindSafe for SpoolEntry
impl Send for SpoolEntry
impl Sync for SpoolEntry
impl Unpin for SpoolEntry
impl UnsafeUnpin for SpoolEntry
impl UnwindSafe for SpoolEntry
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