#[repr(C)]pub struct _compat_ibv_port_attr { /* private fields */ }
Trait Implementations§
Source§impl Clone for _compat_ibv_port_attr
impl Clone for _compat_ibv_port_attr
Source§fn clone(&self) -> _compat_ibv_port_attr
fn clone(&self) -> _compat_ibv_port_attr
Returns a duplicate 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 _compat_ibv_port_attr
impl Debug for _compat_ibv_port_attr
impl Copy for _compat_ibv_port_attr
Auto Trait Implementations§
impl Freeze for _compat_ibv_port_attr
impl RefUnwindSafe for _compat_ibv_port_attr
impl Send for _compat_ibv_port_attr
impl Sync for _compat_ibv_port_attr
impl Unpin for _compat_ibv_port_attr
impl UnwindSafe for _compat_ibv_port_attr
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