pub struct ShapeContext {
pub swf_version: u8,
pub shape_version: u8,
pub num_fill_bits: u8,
pub num_line_bits: u8,
}
Fields§
§swf_version: u8
§shape_version: u8
§num_fill_bits: u8
§num_line_bits: u8
Trait Implementations§
Source§impl Clone for ShapeContext
impl Clone for ShapeContext
Source§fn clone(&self) -> ShapeContext
fn clone(&self) -> ShapeContext
Returns a copy 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 ShapeContext
impl Debug for ShapeContext
Source§impl PartialEq for ShapeContext
impl PartialEq for ShapeContext
impl Eq for ShapeContext
impl StructuralPartialEq for ShapeContext
Auto Trait Implementations§
impl Freeze for ShapeContext
impl RefUnwindSafe for ShapeContext
impl Send for ShapeContext
impl Sync for ShapeContext
impl Unpin for ShapeContext
impl UnwindSafe for ShapeContext
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