#[repr(C)]pub struct ConfigData {
pub type_of_service: u8,
pub time_to_live: u8,
pub access_point: AccessPoint,
pub control_option: *mut Option,
}Fields
type_of_service: u8time_to_live: u8access_point: AccessPointcontrol_option: *mut OptionTrait Implementations
sourceimpl Clone for ConfigData
impl Clone for ConfigData
sourcefn clone(&self) -> ConfigData
fn clone(&self) -> ConfigData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ConfigData
impl Debug for ConfigData
sourceimpl Default for ConfigData
impl Default for ConfigData
impl Copy for ConfigData
Auto Trait Implementations
impl RefUnwindSafe for ConfigData
impl !Send for ConfigData
impl !Sync for ConfigData
impl Unpin for ConfigData
impl UnwindSafe for ConfigData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more