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