pub struct SubdeviceFrameSize {
pub min_width: u32,
pub max_width: u32,
pub min_height: u32,
pub max_height: u32,
}
Fields§
§min_width: u32
§max_width: u32
§min_height: u32
§max_height: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubdeviceFrameSize
impl RefUnwindSafe for SubdeviceFrameSize
impl Send for SubdeviceFrameSize
impl Sync for SubdeviceFrameSize
impl Unpin for SubdeviceFrameSize
impl UnwindSafe for SubdeviceFrameSize
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