Struct esp_idf_sys::eflock
source · [−]#[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_short
l_whence: c_short
l_start: c_long
l_len: c_long
l_pid: c_short
l_xxx: c_short
l_rpid: c_long
l_rsys: c_long
Trait Implementations
impl Copy for eflock
Auto Trait Implementations
impl RefUnwindSafe for eflock
impl Send for eflock
impl Sync for eflock
impl Unpin for eflock
impl UnwindSafe for eflock
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more