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