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