Struct smbioslib::SlotPeerGroup[][src]

pub struct SlotPeerGroup<'a> { /* fields omitted */ }

Implementations

impl<'a> SlotPeerGroup<'a>[src]

pub fn segment_group_number(&self) -> Option<u16>[src]

Segment Group Number (Peer)

pub fn bus_number(&self) -> Option<u8>[src]

Bus Number (Peer)

pub fn device_function_number(&self) -> Option<u8>[src]

Device/Function Number (Peer)

pub fn data_bus_width(&self) -> Option<u8>[src]

Data bus width (Peer)

Indicates electrical bus width of peer Segment/Bus/Device/Function.

Trait Implementations

impl Debug for SlotPeerGroup<'_>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for SlotPeerGroup<'a>

impl<'a> Send for SlotPeerGroup<'a>

impl<'a> Sync for SlotPeerGroup<'a>

impl<'a> Unpin for SlotPeerGroup<'a>

impl<'a> UnwindSafe for SlotPeerGroup<'a>

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