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