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