pub struct ForcePlatform {
pub plate_type: ForcePlatformType,
pub corners: ForcePlatformCorners,
pub origin: ForcePlatformOrigin,
pub channels: [u8; 8],
pub cal_matrix: Option<[[f32; 6]; 6]>,
}Fields§
§plate_type: ForcePlatformType§corners: ForcePlatformCorners§origin: ForcePlatformOrigin§channels: [u8; 8]§cal_matrix: Option<[[f32; 6]; 6]>Trait Implementations§
Source§impl Clone for ForcePlatform
impl Clone for ForcePlatform
Source§fn clone(&self) -> ForcePlatform
fn clone(&self) -> ForcePlatform
Returns a duplicate 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 ForcePlatform
impl Debug for ForcePlatform
Source§impl Default for ForcePlatform
impl Default for ForcePlatform
Source§fn default() -> ForcePlatform
fn default() -> ForcePlatform
Returns the “default value” for a type. Read more
Source§impl PartialEq for ForcePlatform
impl PartialEq for ForcePlatform
Auto Trait Implementations§
impl Freeze for ForcePlatform
impl RefUnwindSafe for ForcePlatform
impl Send for ForcePlatform
impl Sync for ForcePlatform
impl Unpin for ForcePlatform
impl UnwindSafe for ForcePlatform
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