Struct windows_sys::Devices::Lights::LampPurposes
[−]#[repr(transparent)]pub struct LampPurposes(pub u32);
Expand description
Required features: ‘Devices_Lights’
Tuple Fields
0: u32
Implementations
impl LampPurposes
impl LampPurposes
pub const Undefined: Self
pub const Control: Self
pub const Accent: Self
pub const Branding: Self
pub const Status: Self
pub const Illumination: Self
pub const Presentation: Self
Trait Implementations
impl Clone for LampPurposes
impl Clone for LampPurposes
impl Copy for LampPurposes
Auto Trait Implementations
impl RefUnwindSafe for LampPurposes
impl Send for LampPurposes
impl Sync for LampPurposes
impl Unpin for LampPurposes
impl UnwindSafe for LampPurposes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more