#[repr(C, packed(4))]pub struct RemoteStorageFileShareResult_t {
pub m_eResult: EResult,
pub m_hFile: UGCHandle_t,
pub m_rgchFilename: [c_char; 260],
}Fields§
§m_eResult: EResult§m_hFile: UGCHandle_t§m_rgchFilename: [c_char; 260]Trait Implementations§
Source§fn clone(&self) -> RemoteStorageFileShareResult_t
fn clone(&self) -> RemoteStorageFileShareResult_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 moreAuto Trait Implementations§
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