#[repr(transparent)]pub struct c_ulong(pub c_ulong);
Expand description
Newtype wrapper for an unsigned long
Tuple Fields§
§0: c_ulong
Trait Implementations§
Source§impl ExternType for c_ulong
§Safety
We assert that the namespace and type ID refer to a C++
type which is equivalent to this Rust type.
impl ExternType for c_ulong
§Safety
We assert that the namespace and type ID refer to a C++ type which is equivalent to this Rust type.
impl Copy for c_ulong
impl Eq for c_ulong
impl StructuralPartialEq for c_ulong
Auto Trait Implementations§
impl Freeze for c_ulong
impl RefUnwindSafe for c_ulong
impl Send for c_ulong
impl Sync for c_ulong
impl Unpin for c_ulong
impl UnwindSafe for c_ulong
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