#[repr(C, packed(4))]pub struct ReservationNotificationCallback_t {
pub m_ulBeaconID: PartyBeaconID_t,
pub m_steamIDJoiner: CSteamID,
}Fields§
§m_ulBeaconID: PartyBeaconID_t§m_steamIDJoiner: CSteamIDTrait Implementations§
Source§impl Clone for ReservationNotificationCallback_t
impl Clone for ReservationNotificationCallback_t
Source§fn clone(&self) -> ReservationNotificationCallback_t
fn clone(&self) -> ReservationNotificationCallback_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReservationNotificationCallback_t
Auto Trait Implementations§
impl Freeze for ReservationNotificationCallback_t
impl RefUnwindSafe for ReservationNotificationCallback_t
impl Send for ReservationNotificationCallback_t
impl Sync for ReservationNotificationCallback_t
impl Unpin for ReservationNotificationCallback_t
impl UnsafeUnpin for ReservationNotificationCallback_t
impl UnwindSafe for ReservationNotificationCallback_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