Struct openssl_sys::hwtstamp_config
source · pub struct hwtstamp_config {
pub flags: i32,
pub tx_type: i32,
pub rx_filter: i32,
}
Fields§
§flags: i32
§tx_type: i32
§rx_filter: i32
Trait Implementations§
source§impl Clone for hwtstamp_config
impl Clone for hwtstamp_config
source§fn clone(&self) -> hwtstamp_config
fn clone(&self) -> hwtstamp_config
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 more