#[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: u8
Trait 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 moreSource§impl Debug for oboe_StreamDeleterFunctor
impl Debug for oboe_StreamDeleterFunctor
impl Copy for oboe_StreamDeleterFunctor
Auto Trait Implementations§
impl Freeze for oboe_StreamDeleterFunctor
impl RefUnwindSafe for oboe_StreamDeleterFunctor
impl Send for oboe_StreamDeleterFunctor
impl Sync for oboe_StreamDeleterFunctor
impl Unpin for oboe_StreamDeleterFunctor
impl UnwindSafe for oboe_StreamDeleterFunctor
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