Struct linux_raw_sys::net::x25_hdlc_proto
source · #[repr(C)]pub struct x25_hdlc_proto {
pub dce: c_ushort,
pub modulo: c_uint,
pub window: c_uint,
pub t1: c_uint,
pub t2: c_uint,
pub n2: c_uint,
}
Fields§
§dce: c_ushort
§modulo: c_uint
§window: c_uint
§t1: c_uint
§t2: c_uint
§n2: c_uint
Trait Implementations§
source§impl Clone for x25_hdlc_proto
impl Clone for x25_hdlc_proto
source§fn clone(&self) -> x25_hdlc_proto
fn clone(&self) -> x25_hdlc_proto
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 x25_hdlc_proto
impl Debug for x25_hdlc_proto
impl Copy for x25_hdlc_proto
Auto Trait Implementations§
impl Freeze for x25_hdlc_proto
impl RefUnwindSafe for x25_hdlc_proto
impl Send for x25_hdlc_proto
impl Sync for x25_hdlc_proto
impl Unpin for x25_hdlc_proto
impl UnwindSafe for x25_hdlc_proto
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)