pub struct NodeInfo { /* private fields */ }
Implementations§
source§impl NodeInfo
impl NodeInfo
pub fn from_ref(ref_: &NodeInfoRef) -> Self
pub fn id(&self) -> u32
pub fn max_input_ports(&self) -> u32
pub fn max_output_ports(&self) -> u32
pub fn change_mask(&self) -> ChangeMask
pub fn n_input_ports(&self) -> u32
pub fn n_output_ports(&self) -> u32
pub fn state(&self) -> NodeState
pub fn error(&self) -> &Option<CString>
pub fn props(&self) -> &HashMap<CString, CString>
pub fn params(&self) -> &Vec<ParamInfo>
Trait Implementations§
source§impl From<&NodeInfoRef> for NodeInfo
impl From<&NodeInfoRef> for NodeInfo
source§fn from(value: &NodeInfoRef) -> Self
fn from(value: &NodeInfoRef) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl UnwindSafe for NodeInfo
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