#[repr(transparent)]pub struct InterfaceType(pub u32);
Expand description
Interface type of a protocol interface.
Tuple Fields§
§0: u32
Implementations§
source§impl InterfaceType
impl InterfaceType
sourcepub const NATIVE_INTERFACE: InterfaceType = _
pub const NATIVE_INTERFACE: InterfaceType = _
Native interface
Trait Implementations§
source§impl Clone for InterfaceType
impl Clone for InterfaceType
source§fn clone(&self) -> InterfaceType
fn clone(&self) -> InterfaceType
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 InterfaceType
impl Debug for InterfaceType
source§impl Hash for InterfaceType
impl Hash for InterfaceType
source§impl Ord for InterfaceType
impl Ord for InterfaceType
source§fn cmp(&self, other: &InterfaceType) -> Ordering
fn cmp(&self, other: &InterfaceType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for InterfaceType
impl PartialEq for InterfaceType
source§impl PartialOrd for InterfaceType
impl PartialOrd for InterfaceType
impl Copy for InterfaceType
impl Eq for InterfaceType
impl StructuralPartialEq for InterfaceType
Auto Trait Implementations§
impl Freeze for InterfaceType
impl RefUnwindSafe for InterfaceType
impl Send for InterfaceType
impl Sync for InterfaceType
impl Unpin for InterfaceType
impl UnwindSafe for InterfaceType
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
)