#[repr(C)]pub struct ulonglong1 {
pub x: c_ulonglong,
}
Fields§
§x: c_ulonglong
Trait Implementations§
Source§impl Clone for ulonglong1
impl Clone for ulonglong1
Source§fn clone(&self) -> ulonglong1
fn clone(&self) -> ulonglong1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ulonglong1
impl Debug for ulonglong1
impl Copy for ulonglong1
Auto Trait Implementations§
impl Freeze for ulonglong1
impl RefUnwindSafe for ulonglong1
impl Send for ulonglong1
impl Sync for ulonglong1
impl Unpin for ulonglong1
impl UnwindSafe for ulonglong1
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