Struct someip_messages::SdOptionRef
source · pub struct SdOptionRef {
pub index1: u8,
pub index2: u8,
pub num1: u8,
pub num2: u8,
}
Expand description
Represents the referenced options of a SdEntry.
Fields§
§index1: u8
Index start of first options set
index2: u8
Index start of second options set
num1: u8
Number of options within the first options set
num2: u8
Number of options within the second options set
Trait Implementations§
source§impl Clone for SdOptionRef
impl Clone for SdOptionRef
source§fn clone(&self) -> SdOptionRef
fn clone(&self) -> SdOptionRef
Returns a copy 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 SdOptionRef
impl Debug for SdOptionRef
source§impl PartialEq<SdOptionRef> for SdOptionRef
impl PartialEq<SdOptionRef> for SdOptionRef
source§fn eq(&self, other: &SdOptionRef) -> bool
fn eq(&self, other: &SdOptionRef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SdOptionRef
impl StructuralEq for SdOptionRef
impl StructuralPartialEq for SdOptionRef
Auto Trait Implementations§
impl RefUnwindSafe for SdOptionRef
impl Send for SdOptionRef
impl Sync for SdOptionRef
impl Unpin for SdOptionRef
impl UnwindSafe for SdOptionRef
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