pub struct AppDataWithData {
pub base: AppData,
pub data_offset: usize,
pub data_len: usize,
}
Fields§
§base: AppData
§data_offset: usize
§data_len: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppDataWithData
impl RefUnwindSafe for AppDataWithData
impl Send for AppDataWithData
impl Sync for AppDataWithData
impl Unpin for AppDataWithData
impl UnwindSafe for AppDataWithData
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