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