#[repr(C)]pub struct Chart { /* private fields */ }
Implementations§
Source§impl Chart
impl Chart
pub fn x(&self) -> f32
pub fn set_x(&mut self, f: f32)
pub fn y(&self) -> f32
pub fn set_y(&mut self, f: f32)
pub fn w(&self) -> f32
pub fn set_w(&mut self, f: f32)
pub fn h(&self) -> f32
pub fn set_h(&mut self, f: f32)
pub fn slot(&self) -> u32
pub fn slots(&self) -> &[ChartSlot]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Chart
impl RefUnwindSafe for Chart
impl Send for Chart
impl Sync for Chart
impl Unpin for Chart
impl UnwindSafe for Chart
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