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