#[repr(C)]pub struct BSSegmentedTriShape;
Auto Trait Implementations§
impl Freeze for BSSegmentedTriShape
impl RefUnwindSafe for BSSegmentedTriShape
impl Send for BSSegmentedTriShape
impl Sync for BSSegmentedTriShape
impl Unpin for BSSegmentedTriShape
impl UnwindSafe for BSSegmentedTriShape
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