#[repr(C, packed(4))]pub struct NodeInputBool {
pub boolean: u8,
}Fields§
§boolean: u8Trait Implementations§
Source§impl GeneratedBlendStruct for NodeInputBool
impl GeneratedBlendStruct for NodeInputBool
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeInputBool"
const STRUCT_INDEX: usize = 492usize
const STRUCT_TYPE_INDEX: usize = 630usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeInputBool> for NodeInputBool
Auto Trait Implementations§
impl Freeze for NodeInputBool
impl RefUnwindSafe for NodeInputBool
impl Send for NodeInputBool
impl Sync for NodeInputBool
impl Unpin for NodeInputBool
impl UnwindSafe for NodeInputBool
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