Struct linux_raw_sys::net::fr_proto_pvc_info
source · #[repr(C)]pub struct fr_proto_pvc_info {
pub dlci: c_uint,
pub master: [c_char; 16],
}
Fields§
§dlci: c_uint
§master: [c_char; 16]
Trait Implementations§
source§impl Clone for fr_proto_pvc_info
impl Clone for fr_proto_pvc_info
source§fn clone(&self) -> fr_proto_pvc_info
fn clone(&self) -> fr_proto_pvc_info
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 fr_proto_pvc_info
impl Debug for fr_proto_pvc_info
impl Copy for fr_proto_pvc_info
Auto Trait Implementations§
impl Freeze for fr_proto_pvc_info
impl RefUnwindSafe for fr_proto_pvc_info
impl Send for fr_proto_pvc_info
impl Sync for fr_proto_pvc_info
impl Unpin for fr_proto_pvc_info
impl UnwindSafe for fr_proto_pvc_info
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
)