pub struct OBM(/* private fields */);
Available on crate features
kernel
and user
only.Expand description
HINSTANCE::LoadImageBitmap
OEM
image identifier (u32
).
Implementations§
Source§impl OBM
impl OBM
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.
Source§impl OBM
impl OBM
pub const CLOSE: Self
pub const UPARROW: Self
pub const DNARROW: Self
pub const RGARROW: Self
pub const LFARROW: Self
pub const REDUCE: Self
pub const ZOOM: Self
pub const RESTORE: Self
pub const REDUCED: Self
pub const ZOOMD: Self
pub const RESTORED: Self
pub const UPARROWD: Self
pub const DNARROWD: Self
pub const RGARROWD: Self
pub const LFARROWD: Self
pub const MNARROW: Self
pub const COMBO: Self
pub const UPARROWI: Self
pub const DNARROWI: Self
pub const RGARROWI: Self
pub const LFARROWI: Self
pub const OLD_CLOSE: Self
pub const SIZE: Self
pub const OLD_UPARROW: Self
pub const OLD_DNARROW: Self
pub const OLD_RGARROW: Self
pub const OLD_LFARROW: Self
pub const BTSIZE: Self
pub const CHECK: Self
pub const CHECKBOXES: Self
pub const BTNCORNERS: Self
pub const OLD_REDUCE: Self
pub const OLD_ZOOM: Self
pub const OLD_RESTORE: Self
Trait Implementations§
Source§impl Ord for OBM
impl Ord for OBM
Source§impl PartialOrd for OBM
impl PartialOrd for OBM
impl Copy for OBM
impl Eq for OBM
impl StructuralPartialEq for OBM
Auto Trait Implementations§
impl Freeze for OBM
impl RefUnwindSafe for OBM
impl Send for OBM
impl Sync for OBM
impl Unpin for OBM
impl UnwindSafe for OBM
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