pub struct ApplicationId(pub u32);Expand description
An SCCP application identifier.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for ApplicationId
impl Clone for ApplicationId
Source§fn clone(&self) -> ApplicationId
fn clone(&self) -> ApplicationId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ApplicationId
Source§impl Debug for ApplicationId
impl Debug for ApplicationId
Source§impl Default for ApplicationId
impl Default for ApplicationId
Source§fn default() -> ApplicationId
fn default() -> ApplicationId
Returns the “default value” for a type. Read more
Source§impl Display for ApplicationId
impl Display for ApplicationId
impl Eq for ApplicationId
Source§impl From<ApplicationId> for u32
impl From<ApplicationId> for u32
Source§fn from(value: ApplicationId) -> Self
fn from(value: ApplicationId) -> Self
Converts to this type from the input type.
Source§impl From<u32> for ApplicationId
impl From<u32> for ApplicationId
Source§impl Hash for ApplicationId
impl Hash for ApplicationId
Source§impl Ord for ApplicationId
impl Ord for ApplicationId
Source§fn cmp(&self, other: &ApplicationId) -> Ordering
fn cmp(&self, other: &ApplicationId) -> Ordering
1.21.0 (const: unstable) · 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 ApplicationId
impl PartialEq for ApplicationId
Source§impl PartialOrd for ApplicationId
impl PartialOrd for ApplicationId
impl StructuralPartialEq for ApplicationId
Auto Trait Implementations§
impl Freeze for ApplicationId
impl RefUnwindSafe for ApplicationId
impl Send for ApplicationId
impl Sync for ApplicationId
impl Unpin for ApplicationId
impl UnsafeUnpin for ApplicationId
impl UnwindSafe for ApplicationId
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