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