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