#[repr(C)]pub struct RemoteStorageFileWriteAsyncComplete_t {
pub m_eResult: EResult,
}Fields§
§m_eResult: EResultTrait Implementations§
Source§impl Clone for RemoteStorageFileWriteAsyncComplete_t
impl Clone for RemoteStorageFileWriteAsyncComplete_t
Source§fn clone(&self) -> RemoteStorageFileWriteAsyncComplete_t
fn clone(&self) -> RemoteStorageFileWriteAsyncComplete_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RemoteStorageFileWriteAsyncComplete_t
Auto Trait Implementations§
impl Freeze for RemoteStorageFileWriteAsyncComplete_t
impl RefUnwindSafe for RemoteStorageFileWriteAsyncComplete_t
impl Send for RemoteStorageFileWriteAsyncComplete_t
impl Sync for RemoteStorageFileWriteAsyncComplete_t
impl Unpin for RemoteStorageFileWriteAsyncComplete_t
impl UnsafeUnpin for RemoteStorageFileWriteAsyncComplete_t
impl UnwindSafe for RemoteStorageFileWriteAsyncComplete_t
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