Struct AM_WST_PAGE
#[repr(C)]pub struct AM_WST_PAGE {
pub dwPageNr: u32,
pub dwSubPageNr: u32,
pub pucPageData: *mut u8,
}
Fields§
§dwPageNr: u32
§dwSubPageNr: u32
§pucPageData: *mut u8
Trait Implementations§
§impl Clone for AM_WST_PAGE
impl Clone for AM_WST_PAGE
§fn clone(&self) -> AM_WST_PAGE
fn clone(&self) -> AM_WST_PAGE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AM_WST_PAGE
impl Debug for AM_WST_PAGE
§impl PartialEq for AM_WST_PAGE
impl PartialEq for AM_WST_PAGE
impl Copy for AM_WST_PAGE
impl StructuralPartialEq for AM_WST_PAGE
Auto Trait Implementations§
impl Freeze for AM_WST_PAGE
impl RefUnwindSafe for AM_WST_PAGE
impl !Send for AM_WST_PAGE
impl !Sync for AM_WST_PAGE
impl Unpin for AM_WST_PAGE
impl UnwindSafe for AM_WST_PAGE
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