pub struct sapp_drop {
pub file_paths: Vec<PathBuf>,
}
Fields§
§file_paths: Vec<PathBuf>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sapp_drop
impl RefUnwindSafe for sapp_drop
impl Send for sapp_drop
impl Sync for sapp_drop
impl Unpin for sapp_drop
impl UnwindSafe for sapp_drop
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