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