#[repr(C, packed(4))]pub struct RemoteStorageUpdatePublishedFileResult_t {
pub m_eResult: EResult,
pub m_nPublishedFileId: PublishedFileId_t,
pub m_bUserNeedsToAcceptWorkshopLegalAgreement: bool,
}
Fields§
§m_eResult: EResult
§m_nPublishedFileId: PublishedFileId_t
§m_bUserNeedsToAcceptWorkshopLegalAgreement: bool
Trait Implementations§
source§impl Clone for RemoteStorageUpdatePublishedFileResult_t
impl Clone for RemoteStorageUpdatePublishedFileResult_t
source§fn clone(&self) -> RemoteStorageUpdatePublishedFileResult_t
fn clone(&self) -> RemoteStorageUpdatePublishedFileResult_t
Returns a copy 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 RemoteStorageUpdatePublishedFileResult_t
Auto Trait Implementations§
impl RefUnwindSafe for RemoteStorageUpdatePublishedFileResult_t
impl Send for RemoteStorageUpdatePublishedFileResult_t
impl Sync for RemoteStorageUpdatePublishedFileResult_t
impl Unpin for RemoteStorageUpdatePublishedFileResult_t
impl UnwindSafe for RemoteStorageUpdatePublishedFileResult_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