#[repr(C)]pub struct so_timestamping {
pub flags: c_int,
pub bind_phc: c_int,
}
Fields§
§flags: c_int
§bind_phc: c_int
Trait Implementations§
Source§impl Clone for so_timestamping
impl Clone for so_timestamping
Source§fn clone(&self) -> so_timestamping
fn clone(&self) -> so_timestamping
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 so_timestamping
impl Debug for so_timestamping
impl Copy for so_timestamping
Auto Trait Implementations§
impl Freeze for so_timestamping
impl RefUnwindSafe for so_timestamping
impl Send for so_timestamping
impl Sync for so_timestamping
impl Unpin for so_timestamping
impl UnwindSafe for so_timestamping
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