Struct resol_vbus::UnitFamilyId [] [src]

pub struct UnitFamilyId(pub i32);

A numeric reference to an UnitFamily instance.

Trait Implementations

impl Clone for UnitFamilyId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnitFamilyId
[src]

Formats the value using the given formatter.

impl PartialEq for UnitFamilyId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.