#[repr(C)]pub struct ImVector_ImDrawListSharedDataPtr {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut *mut ImDrawListSharedData,
}Fields§
§Size: c_int§Capacity: c_int§Data: *mut *mut ImDrawListSharedDataTrait Implementations§
Source§fn clone(&self) -> ImVector_ImDrawListSharedDataPtr
fn clone(&self) -> ImVector_ImDrawListSharedDataPtr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
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