#[repr(C, packed(2))]pub struct WBPatternPrefs {
pub wbp_Reserved: [ULONG; 4],
pub wbp_Which: UWORD,
pub wbp_Flags: UWORD,
pub wbp_Revision: BYTE,
pub wbp_Depth: BYTE,
pub wbp_DataLength: UWORD,
}Fields§
§wbp_Reserved: [ULONG; 4]§wbp_Which: UWORD§wbp_Flags: UWORD§wbp_Revision: BYTE§wbp_Depth: BYTE§wbp_DataLength: UWORDTrait Implementations§
Source§impl Clone for WBPatternPrefs
impl Clone for WBPatternPrefs
Source§fn clone(&self) -> WBPatternPrefs
fn clone(&self) -> WBPatternPrefs
Returns a duplicate 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 moreSource§impl Debug for WBPatternPrefs
impl Debug for WBPatternPrefs
impl Copy for WBPatternPrefs
Auto Trait Implementations§
impl Freeze for WBPatternPrefs
impl RefUnwindSafe for WBPatternPrefs
impl Send for WBPatternPrefs
impl Sync for WBPatternPrefs
impl Unpin for WBPatternPrefs
impl UnwindSafe for WBPatternPrefs
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