#[repr(transparent)]pub struct OutLrc(pub u32);Expand description
Output Surface Lower Right Coordinate
Tuple Fields§
§0: u32Implementations§
Source§impl OutLrc
impl OutLrc
Sourcepub const fn y(&self) -> u16
pub const fn y(&self) -> u16
Indicates the number of vertical PIXELS in the output surface (non-rotated)
Sourcepub const fn set_y(&mut self, val: u16)
pub const fn set_y(&mut self, val: u16)
Indicates the number of vertical PIXELS in the output surface (non-rotated)
Trait Implementations§
impl Copy for OutLrc
impl Eq for OutLrc
impl StructuralPartialEq for OutLrc
Auto Trait Implementations§
impl Freeze for OutLrc
impl RefUnwindSafe for OutLrc
impl Send for OutLrc
impl Sync for OutLrc
impl Unpin for OutLrc
impl UnwindSafe for OutLrc
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