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