pub struct AssignedLocation {
pub fb: u32,
pub i: u32,
}Fields§
§fb: u32§i: u32Trait Implementations§
Source§impl Clone for AssignedLocation
impl Clone for AssignedLocation
Source§fn clone(&self) -> AssignedLocation
fn clone(&self) -> AssignedLocation
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 AssignedLocation
impl Debug for AssignedLocation
Source§impl<'de> Deserialize<'de> for AssignedLocation
impl<'de> Deserialize<'de> for AssignedLocation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for AssignedLocation
impl Hash for AssignedLocation
Source§impl PartialEq for AssignedLocation
impl PartialEq for AssignedLocation
Source§impl Serialize for AssignedLocation
impl Serialize for AssignedLocation
impl Copy for AssignedLocation
impl Eq for AssignedLocation
impl StructuralPartialEq for AssignedLocation
Auto Trait Implementations§
impl Freeze for AssignedLocation
impl RefUnwindSafe for AssignedLocation
impl Send for AssignedLocation
impl Sync for AssignedLocation
impl Unpin for AssignedLocation
impl UnwindSafe for AssignedLocation
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