[][src]Struct bluetooth_mesh::foundation::CompositionDataPage0

pub struct CompositionDataPage0 { /* fields omitted */ }

Methods

impl CompositionDataPage0[src]

pub fn byte_len(&self) -> usize[src]

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

pub fn try_unpack_from(&self, _data: &[u8])[src]

pub fn pack_into(&self, buf: &mut [u8])[src]

pub fn as_app_payload(&self) -> AppPayload<Box<[u8]>>[src]

Trait Implementations

impl Clone for CompositionDataPage0[src]

impl Debug for CompositionDataPage0[src]

impl Eq for CompositionDataPage0[src]

impl Hash for CompositionDataPage0[src]

impl Ord for CompositionDataPage0[src]

impl PartialEq<CompositionDataPage0> for CompositionDataPage0[src]

impl PartialOrd<CompositionDataPage0> for CompositionDataPage0[src]

impl StructuralEq for CompositionDataPage0[src]

impl StructuralPartialEq for CompositionDataPage0[src]

Auto Trait Implementations

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>,