#[repr(C)]pub struct async_paged_vmo {
pub state: async_state_t,
pub handler: async_paged_vmo_handler_t,
pub pager: zx_handle_t,
pub vmo: zx_handle_t,
}
Fields§
§state: async_state_t
§handler: async_paged_vmo_handler_t
§pager: zx_handle_t
§vmo: zx_handle_t
Trait Implementations§
Source§impl Debug for async_paged_vmo
impl Debug for async_paged_vmo
Auto Trait Implementations§
impl Freeze for async_paged_vmo
impl RefUnwindSafe for async_paged_vmo
impl Send for async_paged_vmo
impl Sync for async_paged_vmo
impl Unpin for async_paged_vmo
impl UnwindSafe for async_paged_vmo
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