#[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: boolTrait 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 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 RemoteStorageUpdatePublishedFileResult_t
Auto Trait Implementations§
impl Freeze for RemoteStorageUpdatePublishedFileResult_t
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