pub struct UserDatum<T>(pub T);Expand description
User Datum
Tuple Fields§
§0: TImplementations§
Source§impl<T: AsRef<[u8]>> UserDatum<T>
impl<T: AsRef<[u8]>> UserDatum<T>
pub fn delta_x(&self) -> u32
pub fn delta_y(&self) -> u32
pub fn delta_z(&self) -> u32
pub fn rotation_in_x(&self) -> u32
pub fn rotation_in_y(&self) -> u32
pub fn rotation_in_z(&self) -> u32
pub fn scale(&self) -> u32
pub fn ellipsoid_semi_major_axis(&self) -> u32
pub fn ellipsoid_flattening_inverse(&self) -> u32
pub fn datum_name(&self) -> u32
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for UserDatum<T>where
T: Freeze,
impl<T> RefUnwindSafe for UserDatum<T>where
T: RefUnwindSafe,
impl<T> Send for UserDatum<T>where
T: Send,
impl<T> Sync for UserDatum<T>where
T: Sync,
impl<T> Unpin for UserDatum<T>where
T: Unpin,
impl<T> UnwindSafe for UserDatum<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
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