#[repr(C)]pub struct b3VisualShapeInformation {
pub m_numVisualShapes: c_int,
pub m_visualShapeData: *mut b3VisualShapeData,
}Fields§
§m_numVisualShapes: c_int§m_visualShapeData: *mut b3VisualShapeDataTrait Implementations§
Source§impl Clone for b3VisualShapeInformation
impl Clone for b3VisualShapeInformation
Source§fn clone(&self) -> b3VisualShapeInformation
fn clone(&self) -> b3VisualShapeInformation
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 b3VisualShapeInformation
impl Debug for b3VisualShapeInformation
Source§impl Default for b3VisualShapeInformation
impl Default for b3VisualShapeInformation
impl Copy for b3VisualShapeInformation
Auto Trait Implementations§
impl Freeze for b3VisualShapeInformation
impl RefUnwindSafe for b3VisualShapeInformation
impl !Send for b3VisualShapeInformation
impl !Sync for b3VisualShapeInformation
impl Unpin for b3VisualShapeInformation
impl UnwindSafe for b3VisualShapeInformation
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