#[repr(transparent)]pub struct KSPROPERTY_TOPOLOGYNODE(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl KSPROPERTY_TOPOLOGYNODE
impl KSPROPERTY_TOPOLOGYNODE
pub const KSPROPERTY_TOPOLOGYNODE_ENABLE: Self
pub const KSPROPERTY_TOPOLOGYNODE_RESET: Self
Trait Implementations§
Source§impl Abi for KSPROPERTY_TOPOLOGYNODE
impl Abi for KSPROPERTY_TOPOLOGYNODE
Source§type Abi = KSPROPERTY_TOPOLOGYNODE
type Abi = KSPROPERTY_TOPOLOGYNODE
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for KSPROPERTY_TOPOLOGYNODE
impl Clone for KSPROPERTY_TOPOLOGYNODE
Source§fn clone(&self) -> KSPROPERTY_TOPOLOGYNODE
fn clone(&self) -> KSPROPERTY_TOPOLOGYNODE
Returns a duplicate 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 KSPROPERTY_TOPOLOGYNODE
impl Debug for KSPROPERTY_TOPOLOGYNODE
Source§impl Default for KSPROPERTY_TOPOLOGYNODE
impl Default for KSPROPERTY_TOPOLOGYNODE
Source§fn default() -> KSPROPERTY_TOPOLOGYNODE
fn default() -> KSPROPERTY_TOPOLOGYNODE
Returns the “default value” for a type. Read more
Source§impl From<i32> for KSPROPERTY_TOPOLOGYNODE
impl From<i32> for KSPROPERTY_TOPOLOGYNODE
Source§impl PartialEq for KSPROPERTY_TOPOLOGYNODE
impl PartialEq for KSPROPERTY_TOPOLOGYNODE
impl Copy for KSPROPERTY_TOPOLOGYNODE
impl Eq for KSPROPERTY_TOPOLOGYNODE
impl StructuralPartialEq for KSPROPERTY_TOPOLOGYNODE
Auto Trait Implementations§
impl Freeze for KSPROPERTY_TOPOLOGYNODE
impl RefUnwindSafe for KSPROPERTY_TOPOLOGYNODE
impl Send for KSPROPERTY_TOPOLOGYNODE
impl Sync for KSPROPERTY_TOPOLOGYNODE
impl Unpin for KSPROPERTY_TOPOLOGYNODE
impl UnwindSafe for KSPROPERTY_TOPOLOGYNODE
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