#[repr(C)]pub struct fcodeblobs {
pub f_cd_hash: *mut c_void,
pub f_hash_size: size_t,
pub f_cd_buffer: *mut c_void,
pub f_cd_size: size_t,
pub f_out_size: *mut c_uint,
pub f_arch: c_int,
pub __padding: c_int,
}
Fields§
§f_cd_hash: *mut c_void
§f_hash_size: size_t
§f_cd_buffer: *mut c_void
§f_cd_size: size_t
§f_out_size: *mut c_uint
§f_arch: c_int
§__padding: c_int
Trait Implementations§
Source§impl Clone for fcodeblobs
impl Clone for fcodeblobs
Source§fn clone(&self) -> fcodeblobs
fn clone(&self) -> fcodeblobs
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 fcodeblobs
impl Debug for fcodeblobs
impl Copy for fcodeblobs
Auto Trait Implementations§
impl Freeze for fcodeblobs
impl RefUnwindSafe for fcodeblobs
impl !Send for fcodeblobs
impl !Sync for fcodeblobs
impl Unpin for fcodeblobs
impl UnwindSafe for fcodeblobs
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