#[repr(C)]pub struct _wint {
pub low: wint,
pub hi: wint,
}Fields§
§low: wint§hi: wintTrait Implementations§
Auto Trait Implementations§
impl Freeze for _wint
impl RefUnwindSafe for _wint
impl Send for _wint
impl Sync for _wint
impl Unpin for _wint
impl UnwindSafe for _wint
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