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