Struct PWMFRect16
#[repr(C)]pub struct PWMFRect16 {
pub Left: i16,
pub Top: i16,
pub Right: i16,
pub Bottom: i16,
}
Fields§
§Left: i16
§Top: i16
§Right: i16
§Bottom: i16
Trait Implementations§
§impl Clone for PWMFRect16
impl Clone for PWMFRect16
§fn clone(&self) -> PWMFRect16
fn clone(&self) -> PWMFRect16
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PWMFRect16
Auto Trait Implementations§
impl Freeze for PWMFRect16
impl RefUnwindSafe for PWMFRect16
impl Send for PWMFRect16
impl Sync for PWMFRect16
impl Unpin for PWMFRect16
impl UnwindSafe for PWMFRect16
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