#[repr(C, packed(4))]pub struct RemoteStorageSetUserPublishedFileActionResult_t {
pub m_eResult: EResult,
pub m_nPublishedFileId: PublishedFileId_t,
pub m_eAction: EWorkshopFileAction,
}Fields§
§m_eResult: EResult§m_nPublishedFileId: PublishedFileId_t§m_eAction: EWorkshopFileActionTrait Implementations§
Source§impl Clone for RemoteStorageSetUserPublishedFileActionResult_t
impl Clone for RemoteStorageSetUserPublishedFileActionResult_t
Source§fn clone(&self) -> RemoteStorageSetUserPublishedFileActionResult_t
fn clone(&self) -> RemoteStorageSetUserPublishedFileActionResult_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 RemoteStorageSetUserPublishedFileActionResult_t
Auto Trait Implementations§
impl Freeze for RemoteStorageSetUserPublishedFileActionResult_t
impl RefUnwindSafe for RemoteStorageSetUserPublishedFileActionResult_t
impl Send for RemoteStorageSetUserPublishedFileActionResult_t
impl Sync for RemoteStorageSetUserPublishedFileActionResult_t
impl Unpin for RemoteStorageSetUserPublishedFileActionResult_t
impl UnwindSafe for RemoteStorageSetUserPublishedFileActionResult_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