pub struct RawPointInner { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RawPointInner
impl Clone for RawPointInner
Source§fn clone(&self) -> RawPointInner
fn clone(&self) -> RawPointInner
Returns a duplicate 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 FetchBytes for RawPointInner
impl FetchBytes for RawPointInner
Source§impl<__I: ParseInput> Parse<__I> for RawPointInnerwhere
Self: ParseInline<__I>,
impl<__I: ParseInput> Parse<__I> for RawPointInnerwhere
Self: ParseInline<__I>,
Source§impl ParseInline<Input<'_>> for RawPointInner
impl ParseInline<Input<'_>> for RawPointInner
fn parse_inline(input: &mut Input<'_>) -> Result<Self>
fn parse_as_inline(input: I) -> Result<Self>
Auto Trait Implementations§
impl Freeze for RawPointInner
impl !RefUnwindSafe for RawPointInner
impl Send for RawPointInner
impl Sync for RawPointInner
impl Unpin for RawPointInner
impl !UnwindSafe for RawPointInner
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
fn any_ref(&self) -> &(dyn Any + 'static)where
T: 'static,
fn any_mut(&mut self) -> &mut (dyn Any + 'static)where
T: 'static,
fn any_box(self: Box<T>) -> Box<dyn Any>where
T: 'static,
fn any_arc(self: Arc<T>) -> Arc<dyn Any>where
T: 'static,
fn any_arc_sync(self: Arc<T>) -> Arc<dyn Any + Sync + Send>
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