pub struct ILong(pub c_long);
Tuple Fields§
§0: c_long
Trait Implementations§
source§impl<'a> FromValue<'a> for ILong
impl<'a> FromValue<'a> for ILong
§type Checker = GenericValueTypeChecker<ILong>
type Checker = GenericValueTypeChecker<ILong>
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 ILong
impl Ord for ILong
source§impl PartialEq<ILong> for ILong
impl PartialEq<ILong> for ILong
source§impl PartialEq<ILong> for c_long
impl PartialEq<ILong> for c_long
source§impl PartialEq<i64> for ILong
impl PartialEq<i64> for ILong
source§impl PartialOrd<ILong> for ILong
impl PartialOrd<ILong> for ILong
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<ILong> for c_long
impl PartialOrd<ILong> for c_long
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<i64> for ILong
impl PartialOrd<i64> for ILong
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 ILong
impl StaticType for ILong
source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for ILong
impl Eq for ILong
impl StructuralEq for ILong
impl StructuralPartialEq for ILong
Auto Trait Implementations§
impl RefUnwindSafe for ILong
impl Send for ILong
impl Sync for ILong
impl Unpin for ILong
impl UnwindSafe for ILong
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
.