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