pub struct ADRF(/* private fields */);
Available on crate features
kernel
and comctl
only.Expand description
NMTVASYNCDRAW
dwRetFlags
(u32
).
Don’t seem to be defined anywhere; unconfirmed values.
Implementations§
Source§impl ADRF
impl ADRF
Sourcepub const unsafe fn as_mut(&mut self) -> &mut u32
pub const unsafe fn as_mut(&mut self) -> &mut u32
Returns a mutable reference to the underlying raw value.
§Safety
Be sure the integer being set is meaningful for the actual type.
Sourcepub const unsafe fn from_raw(v: u32) -> Self
pub const unsafe fn from_raw(v: u32) -> Self
Constructs a new object by wrapping the given integer value.
§Safety
Be sure the given value is meaningful for the actual type.
Sourcepub const fn raw(&self) -> u32
pub const fn raw(&self) -> u32
Returns the primitive integer underlying value.
This method is similar to Into
, but it
is const
, therefore it can be used in
const contexts.
Trait Implementations§
Source§impl Ord for ADRF
impl Ord for ADRF
Source§impl PartialOrd for ADRF
impl PartialOrd for ADRF
impl Copy for ADRF
impl Eq for ADRF
impl StructuralPartialEq for ADRF
Auto Trait Implementations§
impl Freeze for ADRF
impl RefUnwindSafe for ADRF
impl Send for ADRF
impl Sync for ADRF
impl Unpin for ADRF
impl UnwindSafe for ADRF
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