pub struct ReadyDS {
pub identity: Identity,
pub selected: Identity,
/* private fields */
}Fields§
§identity: Identity§selected: IdentityImplementations§
Source§impl ReadyDS
impl ReadyDS
pub fn image_info(&self) -> Result<ImageInfo, TWRC>
pub fn image_native_transfer(&self) -> Result<(), TWRC>
Sourcepub fn transfer_data_from_src_to_file(&self)
pub fn transfer_data_from_src_to_file(&self)
The triplet the application sends to transfer data from the Source into a file is:
Auto Trait Implementations§
impl Freeze for ReadyDS
impl RefUnwindSafe for ReadyDS
impl Send for ReadyDS
impl Sync for ReadyDS
impl Unpin for ReadyDS
impl UnwindSafe for ReadyDS
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