Struct ptp_perout_request

#[repr(C)]
pub struct ptp_perout_request { pub anonymous_1: __c_anonymous_ptp_perout_request_1, pub period: ptp_clock_time, pub index: c_uint, pub flags: c_uint, pub anonymous_2: __c_anonymous_ptp_perout_request_2 }

Fields

anonymous_1: __c_anonymous_ptp_perout_request_1
period: ptp_clock_time
index: c_uint
flags: c_uint
anonymous_2: __c_anonymous_ptp_perout_request_2

Trait Implementations

impl Clone for ptp_perout_request

fn clone(&self) -> ptp_perout_request

impl Copy for ptp_perout_request

impl Debug for ptp_perout_request

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Auto Trait Implementations

impl Freeze for ptp_perout_request

impl RefUnwindSafe for ptp_perout_request

impl Send for ptp_perout_request

impl Sync for ptp_perout_request

impl Unpin for ptp_perout_request

impl UnsafeUnpin for ptp_perout_request

impl UnwindSafe for ptp_perout_request

Blanket Implementations

impl<T> Any for ptp_perout_request where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for ptp_perout_request where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for ptp_perout_request where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for ptp_perout_request where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for ptp_perout_request

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for ptp_perout_request where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for ptp_perout_request where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for ptp_perout_request where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>