#[repr(C)]pub struct CreationGraphNamedOutputT {
pub data: *mut c_void,
pub size: u32,
pub _padding_194: [c_char; 4],
pub type_: StrhashT,
}
Fields§
§data: *mut c_void
§size: u32
§_padding_194: [c_char; 4]
§type_: StrhashT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreationGraphNamedOutputT
impl RefUnwindSafe for CreationGraphNamedOutputT
impl !Send for CreationGraphNamedOutputT
impl !Sync for CreationGraphNamedOutputT
impl Unpin for CreationGraphNamedOutputT
impl UnwindSafe for CreationGraphNamedOutputT
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