#[repr(transparent)]pub struct KSPROPERTY_TOPOLOGY(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl KSPROPERTY_TOPOLOGY
impl KSPROPERTY_TOPOLOGY
pub const KSPROPERTY_TOPOLOGY_CATEGORIES: Self
pub const KSPROPERTY_TOPOLOGY_NODES: Self
pub const KSPROPERTY_TOPOLOGY_CONNECTIONS: Self
pub const KSPROPERTY_TOPOLOGY_NAME: Self
Trait Implementations§
Source§impl Abi for KSPROPERTY_TOPOLOGY
impl Abi for KSPROPERTY_TOPOLOGY
Source§type Abi = KSPROPERTY_TOPOLOGY
type Abi = KSPROPERTY_TOPOLOGY
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_TOPOLOGY
impl Clone for KSPROPERTY_TOPOLOGY
Source§fn clone(&self) -> KSPROPERTY_TOPOLOGY
fn clone(&self) -> KSPROPERTY_TOPOLOGY
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_TOPOLOGY
impl Debug for KSPROPERTY_TOPOLOGY
Source§impl Default for KSPROPERTY_TOPOLOGY
impl Default for KSPROPERTY_TOPOLOGY
Source§fn default() -> KSPROPERTY_TOPOLOGY
fn default() -> KSPROPERTY_TOPOLOGY
Returns the “default value” for a type. Read more
Source§impl From<i32> for KSPROPERTY_TOPOLOGY
impl From<i32> for KSPROPERTY_TOPOLOGY
Source§impl PartialEq for KSPROPERTY_TOPOLOGY
impl PartialEq for KSPROPERTY_TOPOLOGY
impl Copy for KSPROPERTY_TOPOLOGY
impl Eq for KSPROPERTY_TOPOLOGY
impl StructuralPartialEq for KSPROPERTY_TOPOLOGY
Auto Trait Implementations§
impl Freeze for KSPROPERTY_TOPOLOGY
impl RefUnwindSafe for KSPROPERTY_TOPOLOGY
impl Send for KSPROPERTY_TOPOLOGY
impl Sync for KSPROPERTY_TOPOLOGY
impl Unpin for KSPROPERTY_TOPOLOGY
impl UnwindSafe for KSPROPERTY_TOPOLOGY
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