Struct DataCallIpFamily
#[repr(transparent)]pub struct DataCallIpFamily(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl DataCallIpFamily
impl DataCallIpFamily
Trait Implementations§
§impl Clone for DataCallIpFamily
impl Clone for DataCallIpFamily
§fn clone(&self) -> DataCallIpFamily
fn clone(&self) -> DataCallIpFamily
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 more§impl Debug for DataCallIpFamily
impl Debug for DataCallIpFamily
§impl PartialEq for DataCallIpFamily
impl PartialEq for DataCallIpFamily
§impl Serialize for DataCallIpFamily
impl Serialize for DataCallIpFamily
impl Copy for DataCallIpFamily
impl Eq for DataCallIpFamily
impl StructuralPartialEq for DataCallIpFamily
Auto Trait Implementations§
impl Freeze for DataCallIpFamily
impl RefUnwindSafe for DataCallIpFamily
impl Send for DataCallIpFamily
impl Sync for DataCallIpFamily
impl Unpin for DataCallIpFamily
impl UnwindSafe for DataCallIpFamily
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