#[repr(C)]pub struct s_sectorlist_ {
pub sectorconfig: *mut HXCFE_SECTCFG,
pub side: i32,
pub track: i32,
pub x_pos1: i32,
pub y_pos1: i32,
pub x_pos2: i32,
pub y_pos2: i32,
pub start_angle: f32,
pub end_angle: f32,
pub diameter: i32,
pub thickness: i32,
pub next_element: *mut s_sectorlist_,
}Fields§
§sectorconfig: *mut HXCFE_SECTCFG§side: i32§track: i32§x_pos1: i32§y_pos1: i32§x_pos2: i32§y_pos2: i32§start_angle: f32§end_angle: f32§diameter: i32§thickness: i32§next_element: *mut s_sectorlist_Trait Implementations§
Source§impl Clone for s_sectorlist_
impl Clone for s_sectorlist_
Source§fn clone(&self) -> s_sectorlist_
fn clone(&self) -> s_sectorlist_
Returns a duplicate 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 s_sectorlist_
impl Debug for s_sectorlist_
impl Copy for s_sectorlist_
Auto Trait Implementations§
impl Freeze for s_sectorlist_
impl RefUnwindSafe for s_sectorlist_
impl !Send for s_sectorlist_
impl !Sync for s_sectorlist_
impl Unpin for s_sectorlist_
impl UnsafeUnpin for s_sectorlist_
impl UnwindSafe for s_sectorlist_
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