pub struct AGraphic {
pub children: Vec<AGraphicData>,
}
Fields§
§children: Vec<AGraphicData>
Implementations§
Source§impl AGraphic
impl AGraphic
pub fn new() -> AGraphic
pub fn add_graphic_data(self, g: AGraphicData) -> Self
Trait Implementations§
Source§impl ElementReader for AGraphic
impl ElementReader for AGraphic
fn read<R: Read>( r: &mut EventReader<R>, _attrs: &[OwnedAttribute], ) -> Result<Self, ReaderError>
impl StructuralPartialEq for AGraphic
Auto Trait Implementations§
impl Freeze for AGraphic
impl RefUnwindSafe for AGraphic
impl Send for AGraphic
impl Sync for AGraphic
impl Unpin for AGraphic
impl UnwindSafe for AGraphic
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