pub struct ExtendedObjectId(/* private fields */);Expand description
Extended Object IDs.
Range 0x80 - 0xFF. These are private/vendor-specific. Access type: Stream (ReadDeviceIdCode 0x03) or Individual (ReadDeviceIdCode 0x04).
Implementations§
Trait Implementations§
Source§impl Clone for ExtendedObjectId
impl Clone for ExtendedObjectId
Source§fn clone(&self) -> ExtendedObjectId
fn clone(&self) -> ExtendedObjectId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExtendedObjectId
impl Debug for ExtendedObjectId
Source§impl PartialEq for ExtendedObjectId
impl PartialEq for ExtendedObjectId
impl Copy for ExtendedObjectId
impl Eq for ExtendedObjectId
impl StructuralPartialEq for ExtendedObjectId
Auto Trait Implementations§
impl Freeze for ExtendedObjectId
impl RefUnwindSafe for ExtendedObjectId
impl Send for ExtendedObjectId
impl Sync for ExtendedObjectId
impl Unpin for ExtendedObjectId
impl UnsafeUnpin for ExtendedObjectId
impl UnwindSafe for ExtendedObjectId
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