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