#[repr(transparent)]pub struct switch_module_interface_name_t(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for switch_module_interface_name_t
impl Clone for switch_module_interface_name_t
Source§fn clone(&self) -> switch_module_interface_name_t
fn clone(&self) -> switch_module_interface_name_t
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 PartialEq for switch_module_interface_name_t
impl PartialEq for switch_module_interface_name_t
Source§fn eq(&self, other: &switch_module_interface_name_t) -> bool
fn eq(&self, other: &switch_module_interface_name_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for switch_module_interface_name_t
impl Eq for switch_module_interface_name_t
impl StructuralPartialEq for switch_module_interface_name_t
Auto Trait Implementations§
impl Freeze for switch_module_interface_name_t
impl RefUnwindSafe for switch_module_interface_name_t
impl Send for switch_module_interface_name_t
impl Sync for switch_module_interface_name_t
impl Unpin for switch_module_interface_name_t
impl UnwindSafe for switch_module_interface_name_t
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