#[repr(transparent)]pub struct OutPsLrc(pub u32);Expand description
Processed Surface Lower Right Coordinate
Tuple Fields§
§0: u32Implementations§
Source§impl OutPsLrc
impl OutPsLrc
Sourcepub const fn y(&self) -> u16
pub const fn y(&self) -> u16
This field indicates the lower right Y-coordinate (in pixels) of the processed surface in the output frame buffer
Sourcepub const fn set_y(&mut self, val: u16)
pub const fn set_y(&mut self, val: u16)
This field indicates the lower right Y-coordinate (in pixels) of the processed surface in the output frame buffer
Trait Implementations§
impl Copy for OutPsLrc
impl Eq for OutPsLrc
impl StructuralPartialEq for OutPsLrc
Auto Trait Implementations§
impl Freeze for OutPsLrc
impl RefUnwindSafe for OutPsLrc
impl Send for OutPsLrc
impl Sync for OutPsLrc
impl Unpin for OutPsLrc
impl UnwindSafe for OutPsLrc
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