#[repr(transparent)]pub struct Scr(pub u32);Expand description
Target Control
Tuple Fields§
§0: u32Implementations§
Source§impl Scr
impl Scr
Sourcepub const fn set_filten(&mut self, val: bool)
pub const fn set_filten(&mut self, val: bool)
Filter Enable
Sourcepub const fn set_filtdz(&mut self, val: Filtdz)
pub const fn set_filtdz(&mut self, val: Filtdz)
Filter Doze Enable
Trait Implementations§
impl Copy for Scr
impl Eq for Scr
impl StructuralPartialEq for Scr
Auto Trait Implementations§
impl Freeze for Scr
impl RefUnwindSafe for Scr
impl Send for Scr
impl Sync for Scr
impl Unpin for Scr
impl UnwindSafe for Scr
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