pub struct EmbedEntry {
pub path: &'static str,
pub contents: &'static [u8],
pub size: usize,
pub modified: u64,
}
Expand description
Metadata and contents for an embedded file.
Fields§
§path: &'static str
§contents: &'static [u8]
§size: usize
§modified: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmbedEntry
impl RefUnwindSafe for EmbedEntry
impl Send for EmbedEntry
impl Sync for EmbedEntry
impl Unpin for EmbedEntry
impl UnwindSafe for EmbedEntry
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