pub struct FramePointer(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for FramePointer
impl Clone for FramePointer
Source§fn clone(&self) -> FramePointer
fn clone(&self) -> FramePointer
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 FramePointer
impl Debug for FramePointer
Source§impl<'de> Deserialize<'de> for FramePointer
impl<'de> Deserialize<'de> for FramePointer
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<FramePointer> for usize
impl From<FramePointer> for usize
Source§fn from(ptr: FramePointer) -> Self
fn from(ptr: FramePointer) -> Self
Converts to this type from the input type.
Source§impl From<usize> for FramePointer
impl From<usize> for FramePointer
Source§impl Hash for FramePointer
impl Hash for FramePointer
Source§impl PartialEq for FramePointer
impl PartialEq for FramePointer
Source§impl Serialize for FramePointer
impl Serialize for FramePointer
impl Copy for FramePointer
impl Eq for FramePointer
impl StructuralPartialEq for FramePointer
Auto Trait Implementations§
impl Freeze for FramePointer
impl RefUnwindSafe for FramePointer
impl Send for FramePointer
impl Sync for FramePointer
impl Unpin for FramePointer
impl UnwindSafe for FramePointer
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