#[repr(C)]pub struct sctp_authchunk {
pub sauth_chunk: u8,
}Fields§
§sauth_chunk: u8Trait Implementations§
Source§impl Clone for sctp_authchunk
impl Clone for sctp_authchunk
Source§fn clone(&self) -> sctp_authchunk
fn clone(&self) -> sctp_authchunk
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 Debug for sctp_authchunk
impl Debug for sctp_authchunk
impl Copy for sctp_authchunk
Auto Trait Implementations§
impl Freeze for sctp_authchunk
impl RefUnwindSafe for sctp_authchunk
impl Send for sctp_authchunk
impl Sync for sctp_authchunk
impl Unpin for sctp_authchunk
impl UnwindSafe for sctp_authchunk
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