#[repr(C)]pub struct file_lease {
pub c: file_lock_core,
pub fl_fasync: *mut c_void,
pub fl_break_time: u64,
pub fl_downgrade_time: u64,
pub fl_lmops: *mut c_void,
}Fields§
§c: file_lock_core§fl_fasync: *mut c_void§fl_break_time: u64§fl_downgrade_time: u64§fl_lmops: *mut c_voidTrait Implementations§
Source§impl Clone for file_lease
impl Clone for file_lease
Source§fn clone(&self) -> file_lease
fn clone(&self) -> file_lease
Returns a duplicate 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 file_lease
impl Debug for file_lease
Source§impl Default for file_lease
impl Default for file_lease
impl Copy for file_lease
Auto Trait Implementations§
impl Freeze for file_lease
impl RefUnwindSafe for file_lease
impl !Send for file_lease
impl !Sync for file_lease
impl Unpin for file_lease
impl UnwindSafe for file_lease
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