pub struct VendorId(pub [u8; 2]);Expand description
VendorId: 2-byte Vendor-Identifier. ZeroDDS nutzt 0x01F0 als
Interim-Wert aus dem OMG-Entwickler-Range, bis ein offizieller
VendorId beantragt wird.
Tuple Fields§
§0: [u8; 2]Implementations§
Trait Implementations§
impl Copy for VendorId
impl Eq for VendorId
impl StructuralPartialEq for VendorId
Auto Trait Implementations§
impl Freeze for VendorId
impl RefUnwindSafe for VendorId
impl Send for VendorId
impl Sync for VendorId
impl Unpin for VendorId
impl UnsafeUnpin for VendorId
impl UnwindSafe for VendorId
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