Struct windows_sys::Devices::Display::Core::DisplayBitsPerChannel
[−]#[repr(transparent)]pub struct DisplayBitsPerChannel(pub u32);
Expand description
Required features: "Devices_Display_Core"
Tuple Fields
0: u32
Implementations
Trait Implementations
impl Clone for DisplayBitsPerChannel
impl Clone for DisplayBitsPerChannel
impl Copy for DisplayBitsPerChannel
Auto Trait Implementations
impl RefUnwindSafe for DisplayBitsPerChannel
impl Send for DisplayBitsPerChannel
impl Sync for DisplayBitsPerChannel
impl Unpin for DisplayBitsPerChannel
impl UnwindSafe for DisplayBitsPerChannel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more