Struct HYPHRESULT
#[repr(C)]pub struct HYPHRESULT {
pub khyph: KHYPH,
pub ichHyph: i32,
pub chHyph: u16,
}
Fields§
§khyph: KHYPH
§ichHyph: i32
§chHyph: u16
Trait Implementations§
§impl Clone for HYPHRESULT
impl Clone for HYPHRESULT
§fn clone(&self) -> HYPHRESULT
fn clone(&self) -> HYPHRESULT
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 more§impl Debug for HYPHRESULT
impl Debug for HYPHRESULT
§impl PartialEq for HYPHRESULT
impl PartialEq for HYPHRESULT
impl Copy for HYPHRESULT
impl StructuralPartialEq for HYPHRESULT
Auto Trait Implementations§
impl Freeze for HYPHRESULT
impl RefUnwindSafe for HYPHRESULT
impl Send for HYPHRESULT
impl Sync for HYPHRESULT
impl Unpin for HYPHRESULT
impl UnwindSafe for HYPHRESULT
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