#[repr(C)]pub struct ulong2 {
pub x: c_ulong,
pub y: c_ulong,
}
Fields§
§x: c_ulong
§y: c_ulong
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ulong2
impl RefUnwindSafe for ulong2
impl Send for ulong2
impl Sync for ulong2
impl Unpin for ulong2
impl UnwindSafe for ulong2
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