pub struct Graphic { /* private fields */ }Implementations§
Source§impl Graphic
impl Graphic
pub fn graphic_data(&self) -> &GraphicData
pub fn get_graphic_data(&self) -> &GraphicData
👎Deprecated since 3.0.0:
Use graphic_data()
pub fn graphic_data_mut(&mut self) -> &mut GraphicData
pub fn get_graphic_data_mut(&mut self) -> &mut GraphicData
👎Deprecated since 3.0.0:
Use graphic_data_mut()
pub fn set_graphic_data(&mut self, value: GraphicData) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Graphic
impl RefUnwindSafe for Graphic
impl Send for Graphic
impl Sync for Graphic
impl Unpin for Graphic
impl UnsafeUnpin for Graphic
impl UnwindSafe for Graphic
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