#[repr(C)]pub struct CreationGraphOutputWireT {
pub id: StrhashT,
pub name: StrhashT,
pub type_hash: StrhashT,
pub wire: u32,
pub _padding_105: [c_char; 4],
}Fields§
§id: StrhashT§name: StrhashT§type_hash: StrhashT§wire: u32§_padding_105: [c_char; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreationGraphOutputWireT
impl RefUnwindSafe for CreationGraphOutputWireT
impl Send for CreationGraphOutputWireT
impl Sync for CreationGraphOutputWireT
impl Unpin for CreationGraphOutputWireT
impl UnwindSafe for CreationGraphOutputWireT
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