#[repr(C, packed(4))]pub struct NodeBoxMask {
pub x: f32,
pub y: f32,
pub rotation: f32,
pub height: f32,
pub width: f32,
pub _pad: [i8; 4],
}Fields§
§x: f32§y: f32§rotation: f32§height: f32§width: f32§_pad: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for NodeBoxMask
impl GeneratedBlendStruct for NodeBoxMask
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeBoxMask"
const STRUCT_INDEX: usize = 428usize
const STRUCT_TYPE_INDEX: usize = 566usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeBoxMask> for NodeBoxMask
Auto Trait Implementations§
impl Freeze for NodeBoxMask
impl RefUnwindSafe for NodeBoxMask
impl Send for NodeBoxMask
impl Sync for NodeBoxMask
impl Unpin for NodeBoxMask
impl UnwindSafe for NodeBoxMask
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