#[repr(C)]pub struct GraphNodeConnectorsT {
pub in_: [GraphConnectorT; 24],
pub out: [GraphConnectorT; 24],
pub num_in: u32,
pub num_out: u32,
}
Fields§
§in_: [GraphConnectorT; 24]
§out: [GraphConnectorT; 24]
§num_in: u32
§num_out: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphNodeConnectorsT
impl RefUnwindSafe for GraphNodeConnectorsT
impl !Send for GraphNodeConnectorsT
impl !Sync for GraphNodeConnectorsT
impl Unpin for GraphNodeConnectorsT
impl UnwindSafe for GraphNodeConnectorsT
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