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