#[repr(C, packed(4))]pub struct DisplaySafeAreas {
pub title: [f32; 2],
pub action: [f32; 2],
pub title_center: [f32; 2],
pub action_center: [f32; 2],
}Fields§
§title: [f32; 2]§action: [f32; 2]§title_center: [f32; 2]§action_center: [f32; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for DisplaySafeAreas
impl GeneratedBlendStruct for DisplaySafeAreas
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "DisplaySafeAreas"
const STRUCT_INDEX: usize = 220usize
const STRUCT_TYPE_INDEX: usize = 307usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<DisplaySafeAreas> for DisplaySafeAreas
Auto Trait Implementations§
impl Freeze for DisplaySafeAreas
impl RefUnwindSafe for DisplaySafeAreas
impl Send for DisplaySafeAreas
impl Sync for DisplaySafeAreas
impl Unpin for DisplaySafeAreas
impl UnwindSafe for DisplaySafeAreas
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