Struct KSPROPERTY_IPSINK
#[repr(transparent)]pub struct KSPROPERTY_IPSINK(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl KSPROPERTY_IPSINK
impl KSPROPERTY_IPSINK
Trait Implementations§
§impl BitAnd for KSPROPERTY_IPSINK
impl BitAnd for KSPROPERTY_IPSINK
§impl BitAndAssign for KSPROPERTY_IPSINK
impl BitAndAssign for KSPROPERTY_IPSINK
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for KSPROPERTY_IPSINK
impl BitOr for KSPROPERTY_IPSINK
§impl BitOrAssign for KSPROPERTY_IPSINK
impl BitOrAssign for KSPROPERTY_IPSINK
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for KSPROPERTY_IPSINK
impl Clone for KSPROPERTY_IPSINK
§fn clone(&self) -> KSPROPERTY_IPSINK
fn clone(&self) -> KSPROPERTY_IPSINK
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 more§impl Debug for KSPROPERTY_IPSINK
impl Debug for KSPROPERTY_IPSINK
§impl Default for KSPROPERTY_IPSINK
impl Default for KSPROPERTY_IPSINK
§fn default() -> KSPROPERTY_IPSINK
fn default() -> KSPROPERTY_IPSINK
Returns the “default value” for a type. Read more
§impl Not for KSPROPERTY_IPSINK
impl Not for KSPROPERTY_IPSINK
§impl PartialEq for KSPROPERTY_IPSINK
impl PartialEq for KSPROPERTY_IPSINK
impl Copy for KSPROPERTY_IPSINK
impl Eq for KSPROPERTY_IPSINK
impl StructuralPartialEq for KSPROPERTY_IPSINK
Auto Trait Implementations§
impl Freeze for KSPROPERTY_IPSINK
impl RefUnwindSafe for KSPROPERTY_IPSINK
impl Send for KSPROPERTY_IPSINK
impl Sync for KSPROPERTY_IPSINK
impl Unpin for KSPROPERTY_IPSINK
impl UnwindSafe for KSPROPERTY_IPSINK
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