#[repr(C)]pub struct ph1_t {
pub format: c_int,
pub key_off: c_int,
pub tag_21a: c_int,
pub t_black: c_int,
pub split_col: c_int,
pub black_col: c_int,
pub split_row: c_int,
pub black_row: c_int,
pub tag_210: f32,
}Fields§
§format: c_int§key_off: c_int§tag_21a: c_int§t_black: c_int§split_col: c_int§black_col: c_int§split_row: c_int§black_row: c_int§tag_210: f32Trait Implementations§
impl Copy for ph1_t
impl StructuralPartialEq for ph1_t
Auto Trait Implementations§
impl Freeze for ph1_t
impl RefUnwindSafe for ph1_t
impl Send for ph1_t
impl Sync for ph1_t
impl Unpin for ph1_t
impl UnwindSafe for ph1_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