Function dec_raw

Source
fn dec_raw(c: &mut u32) -> Option<Garbage<()>>
Expand description

Decrement this refcount, but don’t care about any Refs

Returns [Some(Garbage(()))] if the count reached zero