Struct AVTask
#[repr(C)]pub struct AVTask {
pub next: *mut AVTask,
}
Fields§
§next: *mut AVTask
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVTask
impl RefUnwindSafe for AVTask
impl !Send for AVTask
impl !Sync for AVTask
impl Unpin for AVTask
impl UnwindSafe for AVTask
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