#[repr(C)]pub struct ScePspL64Rect {
pub x: u64,
pub y: u64,
pub w: u64,
pub h: u64,
}Fields§
§x: u64§y: u64§w: u64§h: u64Trait Implementations§
Source§impl Clone for ScePspL64Rect
impl Clone for ScePspL64Rect
Source§fn clone(&self) -> ScePspL64Rect
fn clone(&self) -> ScePspL64Rect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScePspL64Rect
Auto Trait Implementations§
impl Freeze for ScePspL64Rect
impl RefUnwindSafe for ScePspL64Rect
impl Send for ScePspL64Rect
impl Sync for ScePspL64Rect
impl Unpin for ScePspL64Rect
impl UnsafeUnpin for ScePspL64Rect
impl UnwindSafe for ScePspL64Rect
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