#[repr(C, packed(4))]pub struct Ipo {
pub id: ID,
pub curve: ListBase,
pub cur: rctf,
pub blocktype: i16,
pub showkey: i16,
pub muteipo: i16,
pub _pad: [i8; 2],
}Fields§
§id: ID§curve: ListBase§cur: rctf§blocktype: i16§showkey: i16§muteipo: i16§_pad: [i8; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for Ipo
impl GeneratedBlendStruct for Ipo
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "Ipo"
const STRUCT_INDEX: usize = 28usize
const STRUCT_TYPE_INDEX: usize = 50usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<Ipo> for Ipo
Auto Trait Implementations§
impl Freeze for Ipo
impl RefUnwindSafe for Ipo
impl Send for Ipo
impl Sync for Ipo
impl Unpin for Ipo
impl UnwindSafe for Ipo
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