[][src]Struct bluetooth_mesh::mesh::ModelID

pub struct ModelID(pub u16);

Methods

impl ModelID[src]

pub const fn byte_len() -> usize[src]

Trait Implementations

impl Clone for ModelID[src]

impl Copy for ModelID[src]

impl Debug for ModelID[src]

impl Eq for ModelID[src]

impl Hash for ModelID[src]

impl Ord for ModelID[src]

impl PartialEq<ModelID> for ModelID[src]

impl PartialOrd<ModelID> for ModelID[src]

impl StructuralEq for ModelID[src]

impl StructuralPartialEq for ModelID[src]

impl ToFromBytesEndian for ModelID[src]

type AsBytesType = [u8; 2]

Auto Trait Implementations

impl RefUnwindSafe for ModelID

impl Send for ModelID

impl Sync for ModelID

impl Unpin for ModelID

impl UnwindSafe for ModelID

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,