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