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