Struct NLM_CONNECTION_COST
#[repr(transparent)]pub struct NLM_CONNECTION_COST(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NLM_CONNECTION_COST
impl Clone for NLM_CONNECTION_COST
§fn clone(&self) -> NLM_CONNECTION_COST
fn clone(&self) -> NLM_CONNECTION_COST
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 more§impl Debug for NLM_CONNECTION_COST
impl Debug for NLM_CONNECTION_COST
§impl Default for NLM_CONNECTION_COST
impl Default for NLM_CONNECTION_COST
§fn default() -> NLM_CONNECTION_COST
fn default() -> NLM_CONNECTION_COST
Returns the “default value” for a type. Read more
§impl PartialEq for NLM_CONNECTION_COST
impl PartialEq for NLM_CONNECTION_COST
impl Copy for NLM_CONNECTION_COST
impl Eq for NLM_CONNECTION_COST
impl StructuralPartialEq for NLM_CONNECTION_COST
Auto Trait Implementations§
impl Freeze for NLM_CONNECTION_COST
impl RefUnwindSafe for NLM_CONNECTION_COST
impl Send for NLM_CONNECTION_COST
impl Sync for NLM_CONNECTION_COST
impl Unpin for NLM_CONNECTION_COST
impl UnwindSafe for NLM_CONNECTION_COST
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