#[repr(C)]pub struct kip1_ctx_t {
pub file: *mut FILE,
pub tool_ctx: *mut hactool_ctx_t,
pub header: *mut kip1_header_t,
}Fields§
§file: *mut FILE§tool_ctx: *mut hactool_ctx_t§header: *mut kip1_header_tTrait Implementations§
Source§impl Clone for kip1_ctx_t
impl Clone for kip1_ctx_t
Source§fn clone(&self) -> kip1_ctx_t
fn clone(&self) -> kip1_ctx_t
Returns a copy 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 kip1_ctx_t
impl Debug for kip1_ctx_t
Source§impl Default for kip1_ctx_t
impl Default for kip1_ctx_t
impl Copy for kip1_ctx_t
Auto Trait Implementations§
impl Freeze for kip1_ctx_t
impl RefUnwindSafe for kip1_ctx_t
impl !Send for kip1_ctx_t
impl !Sync for kip1_ctx_t
impl Unpin for kip1_ctx_t
impl UnwindSafe for kip1_ctx_t
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