#[repr(C)]pub struct _uv_info {
pub uv: [UV; 2],
}
Fields§
§uv: [UV; 2]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for _uv_info
impl Send for _uv_info
impl Sync for _uv_info
impl Unpin for _uv_info
impl UnwindSafe for _uv_info
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