#[repr(C)]pub struct LAYER { /* private fields */ }
Expand description
Cluster LAYER%s, containing L?CR, L?WHPCR, L?WVPCR, L?CKCR, L?PFCR, L?CACR, L?DCCR, L?BFCR, L?CFBAR, L?CFBLR, L?CFBLNR, L?CLUTWR
Implementations§
Source§impl LAYER
impl LAYER
Sourcepub const fn whpcr(&self) -> &Reg<WHPCRrs>
pub const fn whpcr(&self) -> &Reg<WHPCRrs>
0x04 - Layerx Window Horizontal Position Configuration Register
Sourcepub const fn wvpcr(&self) -> &Reg<WVPCRrs>
pub const fn wvpcr(&self) -> &Reg<WVPCRrs>
0x08 - Layerx Window Vertical Position Configuration Register
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for LAYER
impl !RefUnwindSafe for LAYER
impl Send for LAYER
impl !Sync for LAYER
impl Unpin for LAYER
impl UnwindSafe for LAYER
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