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