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