#[repr(transparent)]pub struct Feconfig(pub u32);
Expand description
Config register
Tuple Fields§
§0: u32
Implementations§
Source§impl Feconfig
impl Feconfig
Sourcepub const fn scalermode(&self) -> bool
pub const fn scalermode(&self) -> bool
Mode for narrow scaling output.
Sourcepub fn set_scalermode(&mut self, val: bool)
pub fn set_scalermode(&mut self, val: bool)
Mode for narrow scaling output.
Trait Implementations§
impl Copy for Feconfig
impl Eq for Feconfig
impl StructuralPartialEq for Feconfig
Auto Trait Implementations§
impl Freeze for Feconfig
impl RefUnwindSafe for Feconfig
impl Send for Feconfig
impl Sync for Feconfig
impl Unpin for Feconfig
impl UnwindSafe for Feconfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)