Struct libpd_rs::types::PatchFileHandle
source · [−]pub struct PatchFileHandle(_);Expand description
The handle which is returned from opening a patch.
This is a c_void in the underlying sys crate but for convenience it is converted to usize and held here.
This handle should be kept alive for the lifetime of the patch.
Trait Implementations
sourceimpl Debug for PatchFileHandle
impl Debug for PatchFileHandle
sourceimpl From<*mut c_void> for PatchFileHandle
impl From<*mut c_void> for PatchFileHandle
Auto Trait Implementations
impl RefUnwindSafe for PatchFileHandle
impl Send for PatchFileHandle
impl Sync for PatchFileHandle
impl Unpin for PatchFileHandle
impl UnwindSafe for PatchFileHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
