#[repr(C, packed(4))]pub struct RemoteStoragePublishedFileSubscribed_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 RemoteStoragePublishedFileSubscribed_t
impl Clone for RemoteStoragePublishedFileSubscribed_t
Source§fn clone(&self) -> RemoteStoragePublishedFileSubscribed_t
fn clone(&self) -> RemoteStoragePublishedFileSubscribed_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 RemoteStoragePublishedFileSubscribed_t
Auto Trait Implementations§
impl Freeze for RemoteStoragePublishedFileSubscribed_t
impl RefUnwindSafe for RemoteStoragePublishedFileSubscribed_t
impl Send for RemoteStoragePublishedFileSubscribed_t
impl Sync for RemoteStoragePublishedFileSubscribed_t
impl Unpin for RemoteStoragePublishedFileSubscribed_t
impl UnsafeUnpin for RemoteStoragePublishedFileSubscribed_t
impl UnwindSafe for RemoteStoragePublishedFileSubscribed_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