pub struct SctpStateChangeNotificationRef<'a>(/* private fields */);
Expand description
Reference to a deserialized SctpStateChangeNotification.
Implementations§
Source§impl<'a> SctpStateChangeNotificationRef<'a>
impl<'a> SctpStateChangeNotificationRef<'a>
Sourcepub fn sctp_state(&self) -> Result<SctpState>
pub fn sctp_state(&self) -> Result<SctpState>
Getter for the sctp_state
field.
Trait Implementations§
Source§impl<'a> Clone for SctpStateChangeNotificationRef<'a>
impl<'a> Clone for SctpStateChangeNotificationRef<'a>
Source§fn clone(&self) -> SctpStateChangeNotificationRef<'a>
fn clone(&self) -> SctpStateChangeNotificationRef<'a>
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 moreSource§impl<'a> Debug for SctpStateChangeNotificationRef<'a>
impl<'a> Debug for SctpStateChangeNotificationRef<'a>
Source§impl<'a> ReadAsRoot<'a> for SctpStateChangeNotificationRef<'a>
impl<'a> ReadAsRoot<'a> for SctpStateChangeNotificationRef<'a>
Source§impl<'a> TryFrom<SctpStateChangeNotificationRef<'a>> for SctpStateChangeNotification
impl<'a> TryFrom<SctpStateChangeNotificationRef<'a>> for SctpStateChangeNotification
impl<'a> Copy for SctpStateChangeNotificationRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for SctpStateChangeNotificationRef<'a>
impl<'a> RefUnwindSafe for SctpStateChangeNotificationRef<'a>
impl<'a> Send for SctpStateChangeNotificationRef<'a>
impl<'a> Sync for SctpStateChangeNotificationRef<'a>
impl<'a> Unpin for SctpStateChangeNotificationRef<'a>
impl<'a> UnwindSafe for SctpStateChangeNotificationRef<'a>
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