#[repr(C)]pub struct fsupplement {
pub fs_file_start: off_t,
pub fs_blob_start: off_t,
pub fs_blob_size: usize,
pub fs_orig_fd: c_int,
}Fields§
§fs_file_start: off_t§fs_blob_start: off_t§fs_blob_size: usize§fs_orig_fd: c_intTrait Implementations§
Source§impl Clone for fsupplement
impl Clone for fsupplement
Source§fn clone(&self) -> fsupplement
fn clone(&self) -> fsupplement
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 fsupplement
impl Debug for fsupplement
impl Copy for fsupplement
Auto Trait Implementations§
impl Freeze for fsupplement
impl RefUnwindSafe for fsupplement
impl Send for fsupplement
impl Sync for fsupplement
impl Unpin for fsupplement
impl UnwindSafe for fsupplement
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