#[repr(C, packed(2))]pub struct RasInfo {
pub Next: *mut RasInfo,
pub BitMap: *mut BitMap,
pub RxOffset: WORD,
pub RyOffset: WORD,
}Fields§
§Next: *mut RasInfo§BitMap: *mut BitMap§RxOffset: WORD§RyOffset: WORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for RasInfo
impl RefUnwindSafe for RasInfo
impl !Send for RasInfo
impl !Sync for RasInfo
impl Unpin for RasInfo
impl UnwindSafe for RasInfo
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