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