Struct RSVP_HOP
#[repr(C)]pub struct RSVP_HOP {
pub hop_header: RsvpObjHdr,
pub hop_u: RSVP_HOP_0,
}
Fields§
§hop_header: RsvpObjHdr
§hop_u: RSVP_HOP_0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RSVP_HOP
impl RefUnwindSafe for RSVP_HOP
impl Send for RSVP_HOP
impl Sync for RSVP_HOP
impl Unpin for RSVP_HOP
impl UnwindSafe for RSVP_HOP
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