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