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