#[repr(C)]pub struct RECORD {
pub width: c_int,
pub height: c_int,
pub data: *mut BYTE,
}Expand description
! Utility struct for passing sized data.
*! \note PONDER: use
Fields§
§width: c_int!< Width of \a data / datatype
height: c_int!< Height of data / Length of data
data: *mut BYTE!< Binary data.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RECORD
impl RefUnwindSafe for RECORD
impl !Send for RECORD
impl !Sync for RECORD
impl Unpin for RECORD
impl UnwindSafe for RECORD
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