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