pub struct FlatColored {
pub color_index: u64,
}Fields§
§color_index: u64Implementations§
Source§impl FlatColored
impl FlatColored
pub fn read_from_cursor( cursor: &mut Cursor<&[u8]>, ) -> Result<FlatColored, TinyVgParseError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlatColored
impl RefUnwindSafe for FlatColored
impl Send for FlatColored
impl Sync for FlatColored
impl Unpin for FlatColored
impl UnwindSafe for FlatColored
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