pub struct _SpiceFileTransferTaskClass { /* private fields */ }Auto Trait Implementations§
impl Freeze for _SpiceFileTransferTaskClass
impl RefUnwindSafe for _SpiceFileTransferTaskClass
impl !Send for _SpiceFileTransferTaskClass
impl !Sync for _SpiceFileTransferTaskClass
impl !Unpin for _SpiceFileTransferTaskClass
impl UnwindSafe for _SpiceFileTransferTaskClass
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