#[repr(C, packed(1))]pub struct ScResolutionList {
pub count: i32,
pub resolution: [ScResolution; 6],
}Expand description
@brief Supported resolutions.
Fields§
§count: i32§resolution: [ScResolution; 6]Trait Implementations§
Source§impl Clone for ScResolutionList
impl Clone for ScResolutionList
Source§fn clone(&self) -> ScResolutionList
fn clone(&self) -> ScResolutionList
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 ScResolutionList
Source§impl Debug for ScResolutionList
impl Debug for ScResolutionList
Source§impl Default for ScResolutionList
impl Default for ScResolutionList
Source§fn default() -> ScResolutionList
fn default() -> ScResolutionList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScResolutionList
impl RefUnwindSafe for ScResolutionList
impl Send for ScResolutionList
impl Sync for ScResolutionList
impl Unpin for ScResolutionList
impl UnsafeUnpin for ScResolutionList
impl UnwindSafe for ScResolutionList
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