Struct oboe_sys::oboe_StreamDeleterFunctor
source · #[repr(C)]pub struct oboe_StreamDeleterFunctor {
pub _address: u8,
}Expand description
This struct is a stateless functor which closes an AudioStream prior to its deletion. This means it can be used to safely delete a smart pointer referring to an open stream.
Fields§
§_address: u8Trait Implementations§
source§impl Clone for oboe_StreamDeleterFunctor
impl Clone for oboe_StreamDeleterFunctor
source§fn clone(&self) -> oboe_StreamDeleterFunctor
fn clone(&self) -> oboe_StreamDeleterFunctor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more