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