#[repr(C)]pub struct Draw2dVbufferT {
pub vbuffer: *mut u8,
pub vbytes: u32,
pub vbytes_allocated: u32,
}
Fields§
§vbuffer: *mut u8
§vbytes: u32
§vbytes_allocated: u32
Trait Implementations§
Source§impl Clone for Draw2dVbufferT
impl Clone for Draw2dVbufferT
Source§fn clone(&self) -> Draw2dVbufferT
fn clone(&self) -> Draw2dVbufferT
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 Draw2dVbufferT
impl Default for Draw2dVbufferT
impl Copy for Draw2dVbufferT
Auto Trait Implementations§
impl Freeze for Draw2dVbufferT
impl RefUnwindSafe for Draw2dVbufferT
impl !Send for Draw2dVbufferT
impl !Sync for Draw2dVbufferT
impl Unpin for Draw2dVbufferT
impl UnwindSafe for Draw2dVbufferT
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