#[repr(C)]pub struct PagingModeResponse { /* private fields */ }Expand description
A response to a paging mode request.
Implementations§
Auto Trait Implementations§
impl Freeze for PagingModeResponse
impl RefUnwindSafe for PagingModeResponse
impl Send for PagingModeResponse
impl Sync for PagingModeResponse
impl Unpin for PagingModeResponse
impl UnwindSafe for PagingModeResponse
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