#[repr(C)]pub struct CLDIB {
pub data: *mut BYTE,
}Expand description
\addtogroup grpDibMain { / //! Main dib struct
Fields§
§data: *mut BYTETrait Implementations§
Auto Trait Implementations§
impl Freeze for CLDIB
impl RefUnwindSafe for CLDIB
impl !Send for CLDIB
impl !Sync for CLDIB
impl Unpin for CLDIB
impl UnwindSafe for CLDIB
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