#[repr(C)]pub struct CSTL_MoveType {
pub drop_type: CSTL_DropType,
pub move_: CSTL_Move,
}Expand description
Function table for a type that can be moved by calling move
on a range of objects of that type to another range, or destroyed.
Fields§
§drop_type: CSTL_DropType§move_: CSTL_MoveTrait Implementations§
Source§impl Clone for CSTL_MoveType
impl Clone for CSTL_MoveType
Source§fn clone(&self) -> CSTL_MoveType
fn clone(&self) -> CSTL_MoveType
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 Debug for CSTL_MoveType
impl Debug for CSTL_MoveType
impl Copy for CSTL_MoveType
Auto Trait Implementations§
impl Freeze for CSTL_MoveType
impl RefUnwindSafe for CSTL_MoveType
impl Send for CSTL_MoveType
impl Sync for CSTL_MoveType
impl Unpin for CSTL_MoveType
impl UnwindSafe for CSTL_MoveType
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