[][src]Struct cpp_std::PiecewiseConstructT

#[repr(C)]
pub struct PiecewiseConstructT { /* fields omitted */ }

C++ class: std::piecewise_construct_t.

Methods

impl PiecewiseConstructT[src]

pub unsafe fn copy_from(
    &mut self,
    other: impl CastInto<Ref<PiecewiseConstructT>>
) -> MutRef<PiecewiseConstructT>
[src]

Calls C++ function: std::piecewise_construct_t& std::piecewise_construct_t::operator=(const std::piecewise_construct_t& other).

pub unsafe fn new() -> CppBox<PiecewiseConstructT>[src]

Calls C++ function: [constructor] void std::piecewise_construct_t::piecewise_construct_t().

pub unsafe fn new_copy(
    other: impl CastInto<Ref<PiecewiseConstructT>>
) -> CppBox<PiecewiseConstructT>
[src]

Calls C++ function: [constructor] void std::piecewise_construct_t::piecewise_construct_t(const std::piecewise_construct_t& other).

Trait Implementations

impl CppDeletable for PiecewiseConstructT[src]

unsafe fn delete(&mut self)[src]

Calls C++ function: [destructor] void std::piecewise_construct_t::~piecewise_construct_t().

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> StaticUpcast<T> for T[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]