pub struct SdHeaderFlags {
pub reboot: bool,
pub unicast: bool,
pub explicit_initial_data_control: bool,
}Expand description
Flags at the start of a SOMEIP service discovery header.
Fields§
§reboot: bool§unicast: bool§explicit_initial_data_control: boolImplementations§
Trait Implementations§
Source§impl Clone for SdHeaderFlags
impl Clone for SdHeaderFlags
Source§fn clone(&self) -> SdHeaderFlags
fn clone(&self) -> SdHeaderFlags
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SdHeaderFlags
impl Debug for SdHeaderFlags
Source§impl Default for SdHeaderFlags
impl Default for SdHeaderFlags
Source§impl PartialEq for SdHeaderFlags
impl PartialEq for SdHeaderFlags
impl Eq for SdHeaderFlags
impl StructuralPartialEq for SdHeaderFlags
Auto Trait Implementations§
impl Freeze for SdHeaderFlags
impl RefUnwindSafe for SdHeaderFlags
impl Send for SdHeaderFlags
impl Sync for SdHeaderFlags
impl Unpin for SdHeaderFlags
impl UnwindSafe for SdHeaderFlags
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)