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