#[repr(C)]pub struct Draw2dIbufferT {
pub ibuffer: *mut u32,
pub in_: u32,
pub in_allocated: u32,
}
Fields§
§ibuffer: *mut u32
§in_: u32
§in_allocated: u32
Trait Implementations§
Source§impl Clone for Draw2dIbufferT
impl Clone for Draw2dIbufferT
Source§fn clone(&self) -> Draw2dIbufferT
fn clone(&self) -> Draw2dIbufferT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for Draw2dIbufferT
impl Default for Draw2dIbufferT
impl Copy for Draw2dIbufferT
Auto Trait Implementations§
impl Freeze for Draw2dIbufferT
impl RefUnwindSafe for Draw2dIbufferT
impl !Send for Draw2dIbufferT
impl !Sync for Draw2dIbufferT
impl Unpin for Draw2dIbufferT
impl UnwindSafe for Draw2dIbufferT
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