Struct io_kit_sys::types::IOVirtualRange
source · #[repr(C)]pub struct IOVirtualRange { /* private fields */ }
Trait Implementations
sourceimpl Clone for IOVirtualRange
impl Clone for IOVirtualRange
sourceimpl Debug for IOVirtualRange
impl Debug for IOVirtualRange
impl Copy for IOVirtualRange
Auto Trait Implementations
impl RefUnwindSafe for IOVirtualRange
impl Send for IOVirtualRange
impl Sync for IOVirtualRange
impl Unpin for IOVirtualRange
impl UnwindSafe for IOVirtualRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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