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