#[repr(C)]pub struct wide {
pub lo: UInt32,
pub hi: SInt32,
}
Fields§
§lo: UInt32
§hi: SInt32
Trait Implementations§
impl Copy for wide
impl Eq for wide
impl StructuralPartialEq for wide
Auto Trait Implementations§
impl Freeze for wide
impl RefUnwindSafe for wide
impl Send for wide
impl Sync for wide
impl Unpin for wide
impl UnwindSafe for wide
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