#[repr(C, packed(4))]pub struct RemoteStoragePublishedFileUnsubscribed_t {
pub m_nPublishedFileId: PublishedFileId_t,
pub m_nAppID: AppId_t,
}Fields§
§m_nPublishedFileId: PublishedFileId_t§m_nAppID: AppId_tTrait Implementations§
Source§impl Clone for RemoteStoragePublishedFileUnsubscribed_t
impl Clone for RemoteStoragePublishedFileUnsubscribed_t
Source§fn clone(&self) -> RemoteStoragePublishedFileUnsubscribed_t
fn clone(&self) -> RemoteStoragePublishedFileUnsubscribed_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 RemoteStoragePublishedFileUnsubscribed_t
Auto Trait Implementations§
impl Freeze for RemoteStoragePublishedFileUnsubscribed_t
impl RefUnwindSafe for RemoteStoragePublishedFileUnsubscribed_t
impl Send for RemoteStoragePublishedFileUnsubscribed_t
impl Sync for RemoteStoragePublishedFileUnsubscribed_t
impl Unpin for RemoteStoragePublishedFileUnsubscribed_t
impl UnsafeUnpin for RemoteStoragePublishedFileUnsubscribed_t
impl UnwindSafe for RemoteStoragePublishedFileUnsubscribed_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