Struct RSVP_SESSION
#[repr(C)]pub struct RSVP_SESSION {
pub sess_header: RsvpObjHdr,
pub sess_u: RSVP_SESSION_0,
}
Fields§
§sess_header: RsvpObjHdr
§sess_u: RSVP_SESSION_0
Trait Implementations§
§impl Clone for RSVP_SESSION
impl Clone for RSVP_SESSION
§fn clone(&self) -> RSVP_SESSION
fn clone(&self) -> RSVP_SESSION
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 RSVP_SESSION
Auto Trait Implementations§
impl Freeze for RSVP_SESSION
impl RefUnwindSafe for RSVP_SESSION
impl Send for RSVP_SESSION
impl Sync for RSVP_SESSION
impl Unpin for RSVP_SESSION
impl UnwindSafe for RSVP_SESSION
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