pub struct ULong(pub c_ulong);
Tuple Fields§
§0: c_ulong
Trait Implementations§
source§impl<'a> FromValue<'a> for ULong
impl<'a> FromValue<'a> for ULong
§type Checker = GenericValueTypeChecker<ULong>
type Checker = GenericValueTypeChecker<ULong>
Value type checker.
source§unsafe fn from_value(value: &'a Value) -> Self
unsafe fn from_value(value: &'a Value) -> Self
Get the contained value from a
Value
. Read moresource§impl Ord for ULong
impl Ord for ULong
source§impl PartialEq<ULong> for ULong
impl PartialEq<ULong> for ULong
source§impl PartialEq<ULong> for c_ulong
impl PartialEq<ULong> for c_ulong
source§impl PartialEq<u64> for ULong
impl PartialEq<u64> for ULong
source§impl PartialOrd<ULong> for ULong
impl PartialOrd<ULong> for ULong
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl PartialOrd<ULong> for c_ulong
impl PartialOrd<ULong> for c_ulong
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl PartialOrd<u64> for ULong
impl PartialOrd<u64> for ULong
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl StaticType for ULong
impl StaticType for ULong
source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for ULong
impl Eq for ULong
impl StructuralEq for ULong
impl StructuralPartialEq for ULong
Auto Trait Implementations§
impl RefUnwindSafe for ULong
impl Send for ULong
impl Sync for ULong
impl Unpin for ULong
impl UnwindSafe for ULong
Blanket Implementations§
source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere T: StaticType,
source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.
source§impl<T> ToClosureReturnValue for Twhere
T: ToValue,
impl<T> ToClosureReturnValue for Twhere T: ToValue,
fn to_closure_return_value(&self) -> Option<Value>
source§impl<T> ToSendValue for Twhere
T: Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere T: Send + ToValue + ?Sized,
source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.