#[repr(C, packed(4))]pub struct bConstraintChannel {
pub next: Pointer<bConstraintChannel>,
pub prev: Pointer<bConstraintChannel>,
pub ipo: Pointer<Ipo>,
pub flag: i16,
pub name: [i8; 30],
}
Fields§
§next: Pointer<bConstraintChannel>
§prev: Pointer<bConstraintChannel>
§ipo: Pointer<Ipo>
§flag: i16
§name: [i8; 30]
Trait Implementations§
Source§impl GeneratedBlendStruct for bConstraintChannel
impl GeneratedBlendStruct for bConstraintChannel
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bConstraintChannel"
const STRUCT_INDEX: usize = 371usize
const STRUCT_TYPE_INDEX: usize = 502usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bConstraintChannel> for bConstraintChannel
Auto Trait Implementations§
impl Freeze for bConstraintChannel
impl RefUnwindSafe for bConstraintChannel
impl Send for bConstraintChannel
impl Sync for bConstraintChannel
impl Unpin for bConstraintChannel
impl UnwindSafe for bConstraintChannel
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