#[repr(C)]pub struct dk_map2 {
pub p_tag: u16,
pub p_flag: u16,
}Fields§
§p_tag: u16§p_flag: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for dk_map2
impl RefUnwindSafe for dk_map2
impl Send for dk_map2
impl Sync for dk_map2
impl Unpin for dk_map2
impl UnwindSafe for dk_map2
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