Struct gnunet_sys::ip_timestamp [−][src]
Fields
ipt_code: u8
ipt_len: u8
ipt_ptr: u8
_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>
data: [u32; 9]
Implementations
impl ip_timestamp
[src]
pub fn ipt_flg(&self) -> c_uint
[src]
pub fn set_ipt_flg(&mut self, val: c_uint)
[src]
pub fn ipt_oflw(&self) -> c_uint
[src]
pub fn set_ipt_oflw(&mut self, val: c_uint)
[src]
pub fn new_bitfield_1(
ipt_flg: c_uint,
ipt_oflw: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]
ipt_flg: c_uint,
ipt_oflw: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations
impl Clone for ip_timestamp
[src]
fn clone(&self) -> ip_timestamp
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ip_timestamp
[src]
impl Debug for ip_timestamp
[src]
Auto Trait Implementations
impl RefUnwindSafe for ip_timestamp
impl Send for ip_timestamp
impl Sync for ip_timestamp
impl Unpin for ip_timestamp
impl UnwindSafe for ip_timestamp
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,