#[repr(C)]pub struct Hchain_code {
pub l: HIMGCOOR,
pub c: HIMGCOOR,
pub cc: *mut u8,
pub num: HITEMCNT,
}
Fields§
§l: HIMGCOOR
§c: HIMGCOOR
§cc: *mut u8
§num: HITEMCNT
Trait Implementations§
Source§impl Clone for Hchain_code
impl Clone for Hchain_code
Source§fn clone(&self) -> Hchain_code
fn clone(&self) -> Hchain_code
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 Hchain_code
impl Debug for Hchain_code
impl Copy for Hchain_code
Auto Trait Implementations§
impl Freeze for Hchain_code
impl RefUnwindSafe for Hchain_code
impl !Send for Hchain_code
impl !Sync for Hchain_code
impl Unpin for Hchain_code
impl UnwindSafe for Hchain_code
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