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