#[repr(C)]pub struct CAnyRustPtr(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Drop for CAnyRustPtr
impl Drop for CAnyRustPtr
Source§impl From<CAnyRustPtr> for usize
impl From<CAnyRustPtr> for usize
Source§fn from(ptr: CAnyRustPtr) -> Self
fn from(ptr: CAnyRustPtr) -> Self
Converts to this type from the input type.
Source§impl<T: IntoAnyPtr> From<T> for CAnyRustPtr
impl<T: IntoAnyPtr> From<T> for CAnyRustPtr
Auto Trait Implementations§
impl Freeze for CAnyRustPtr
impl RefUnwindSafe for CAnyRustPtr
impl Send for CAnyRustPtr
impl Sync for CAnyRustPtr
impl Unpin for CAnyRustPtr
impl UnwindSafe for CAnyRustPtr
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