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