[][src]Struct esp_idf_bindgen::eflock

#[repr(C)]pub struct eflock {
    pub l_type: c_short,
    pub l_whence: c_short,
    pub l_start: c_long,
    pub l_len: c_long,
    pub l_pid: c_short,
    pub l_xxx: c_short,
    pub l_rpid: c_long,
    pub l_rsys: c_long,
}

Fields

l_type: c_shortl_whence: c_shortl_start: c_longl_len: c_longl_pid: c_shortl_xxx: c_shortl_rpid: c_longl_rsys: c_long

Trait Implementations

impl Clone for eflock[src]

impl Copy for eflock[src]

impl Debug for eflock[src]

Auto Trait Implementations

impl Send for eflock

impl Sync for eflock

impl Unpin for eflock

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.