#[repr(C)]pub struct PiecewiseConstructT { /* private fields */ }
Expand description
C++ class: std::piecewise_construct_t
.
Implementations§
Source§impl PiecewiseConstructT
impl PiecewiseConstructT
Sourcepub unsafe fn copy_from(
&mut self,
other: impl CastInto<Ref<PiecewiseConstructT>>,
) -> MutRef<PiecewiseConstructT>
pub unsafe fn copy_from( &mut self, other: impl CastInto<Ref<PiecewiseConstructT>>, ) -> MutRef<PiecewiseConstructT>
Calls C++ function: std::piecewise_construct_t& std::piecewise_construct_t::operator=(const std::piecewise_construct_t& other)
.
Sourcepub unsafe fn new() -> CppBox<PiecewiseConstructT>
pub unsafe fn new() -> CppBox<PiecewiseConstructT>
Calls C++ function: [constructor] void std::piecewise_construct_t::piecewise_construct_t()
.
Sourcepub unsafe fn new_copy(
other: impl CastInto<Ref<PiecewiseConstructT>>,
) -> CppBox<PiecewiseConstructT>
pub unsafe fn new_copy( other: impl CastInto<Ref<PiecewiseConstructT>>, ) -> CppBox<PiecewiseConstructT>
Calls C++ function: [constructor] void std::piecewise_construct_t::piecewise_construct_t(const std::piecewise_construct_t& other)
.
Trait Implementations§
Source§impl CppDeletable for PiecewiseConstructT
impl CppDeletable for PiecewiseConstructT
Auto Trait Implementations§
impl Freeze for PiecewiseConstructT
impl RefUnwindSafe for PiecewiseConstructT
impl Send for PiecewiseConstructT
impl Sync for PiecewiseConstructT
impl Unpin for PiecewiseConstructT
impl UnwindSafe for PiecewiseConstructT
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