#[repr(C)]pub struct BSTriShape;
Trait Implementations§
Source§impl Debug for BSTriShape
impl Debug for BSTriShape
Source§impl RefCountable for BSTriShape
impl RefCountable for BSTriShape
Source§fn inc_ref_count(&self)
fn inc_ref_count(&self)
Increment ref count
Source§fn dec_ref_count(&mut self)
fn dec_ref_count(&mut self)
Decrement ref count
Auto Trait Implementations§
impl Freeze for BSTriShape
impl RefUnwindSafe for BSTriShape
impl Send for BSTriShape
impl Sync for BSTriShape
impl Unpin for BSTriShape
impl UnwindSafe for BSTriShape
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