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