Struct i_slint_compiler::fileaccess::VirtualFile
source · pub struct VirtualFile {
pub canon_path: PathBuf,
pub builtin_contents: Option<&'static [u8]>,
}
Fields§
§canon_path: PathBuf
§builtin_contents: Option<&'static [u8]>
Implementations§
source§impl VirtualFile
impl VirtualFile
Trait Implementations§
source§impl Clone for VirtualFile
impl Clone for VirtualFile
source§fn clone(&self) -> VirtualFile
fn clone(&self) -> VirtualFile
Returns a copy 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 RefUnwindSafe for VirtualFile
impl Send for VirtualFile
impl Sync for VirtualFile
impl Unpin for VirtualFile
impl UnwindSafe for VirtualFile
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