pub struct AsdfBlock { /* private fields */ }Expand description
A block handle. Opaque to C.
Trait Implementations§
Auto Trait Implementations§
impl !Send for AsdfBlock
impl !Sync for AsdfBlock
impl Freeze for AsdfBlock
impl RefUnwindSafe for AsdfBlock
impl Unpin for AsdfBlock
impl UnsafeUnpin for AsdfBlock
impl UnwindSafe for AsdfBlock
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