#[repr(C, packed(4))]pub struct DriverTarget {
pub id: Pointer<ID>,
pub rna_path: Pointer<i8>,
pub pchan_name: [i8; 64],
pub transChan: i16,
pub rotation_mode: i8,
pub _pad: [i8; 7],
pub flag: i16,
pub idtype: i32,
}
Fields§
§id: Pointer<ID>
§rna_path: Pointer<i8>
§pchan_name: [i8; 64]
§transChan: i16
§rotation_mode: i8
§_pad: [i8; 7]
§flag: i16
§idtype: i32
Trait Implementations§
Source§impl GeneratedBlendStruct for DriverTarget
impl GeneratedBlendStruct for DriverTarget
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "DriverTarget"
const STRUCT_INDEX: usize = 648usize
const STRUCT_TYPE_INDEX: usize = 796usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<DriverTarget> for DriverTarget
Auto Trait Implementations§
impl Freeze for DriverTarget
impl RefUnwindSafe for DriverTarget
impl Send for DriverTarget
impl Sync for DriverTarget
impl Unpin for DriverTarget
impl UnwindSafe for DriverTarget
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