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