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