#[repr(C)]pub struct cbw_Dims2D {
pub width: u16,
pub height: u16,
}
Fields§
§width: u16
§height: u16
Trait Implementations§
Source§impl Clone for cbw_Dims2D
impl Clone for cbw_Dims2D
Source§fn clone(&self) -> cbw_Dims2D
fn clone(&self) -> cbw_Dims2D
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 moreSource§impl Debug for cbw_Dims2D
impl Debug for cbw_Dims2D
impl Copy for cbw_Dims2D
Auto Trait Implementations§
impl Freeze for cbw_Dims2D
impl RefUnwindSafe for cbw_Dims2D
impl Send for cbw_Dims2D
impl Sync for cbw_Dims2D
impl Unpin for cbw_Dims2D
impl UnwindSafe for cbw_Dims2D
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