#[repr(C, packed(2))]pub struct TmpRas {
pub RasPtr: *mut BYTE,
pub Size: LONG,
}Fields§
§RasPtr: *mut BYTE§Size: LONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for TmpRas
impl RefUnwindSafe for TmpRas
impl !Send for TmpRas
impl !Sync for TmpRas
impl Unpin for TmpRas
impl UnwindSafe for TmpRas
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