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