pub struct MACOS_6_10_2 { /* private fields */ }Trait Implementations§
Source§impl Deref for MACOS_6_10_2
impl Deref for MACOS_6_10_2
impl LazyStatic for MACOS_6_10_2
Auto Trait Implementations§
impl Freeze for MACOS_6_10_2
impl RefUnwindSafe for MACOS_6_10_2
impl Send for MACOS_6_10_2
impl Sync for MACOS_6_10_2
impl Unpin for MACOS_6_10_2
impl UnwindSafe for MACOS_6_10_2
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