#[repr(C)]pub struct rect_node {
pub type_: RECT_NODE_TYPE,
pub geom_type: c_uchar,
pub xmin: f64,
pub xmax: f64,
pub ymin: f64,
pub ymax: f64,
pub d: f64,
pub __bindgen_anon_1: rect_node__bindgen_ty_1,
}Fields§
§type_: RECT_NODE_TYPE§geom_type: c_uchar§xmin: f64§xmax: f64§ymin: f64§ymax: f64§d: f64§__bindgen_anon_1: rect_node__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for rect_node
impl RefUnwindSafe for rect_node
impl !Send for rect_node
impl !Sync for rect_node
impl Unpin for rect_node
impl UnwindSafe for rect_node
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