pub struct DecodedSurface {
pub pos: usize,
pub geometry: SurfaceGeometry,
}Expand description
A decoded analytic surface and its source offset.
Fields§
§pos: usizeByte offset of the record’s type tag within the stream.
geometry: SurfaceGeometryThe decoded surface geometry.
Trait Implementations§
Source§impl Clone for DecodedSurface
impl Clone for DecodedSurface
Source§fn clone(&self) -> DecodedSurface
fn clone(&self) -> DecodedSurface
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DecodedSurface
impl RefUnwindSafe for DecodedSurface
impl Send for DecodedSurface
impl Sync for DecodedSurface
impl Unpin for DecodedSurface
impl UnsafeUnpin for DecodedSurface
impl UnwindSafe for DecodedSurface
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