struct Designators {
map: [u8; 10],
}Fields§
§map: [u8; 10]Implementations§
Source§impl Designators
impl Designators
Sourcefn designator(&self, unit: Unit) -> u8
fn designator(&self, unit: Unit) -> u8
Returns the designator for the given unit.
Trait Implementations§
Source§impl Clone for Designators
impl Clone for Designators
Source§fn clone(&self) -> Designators
fn clone(&self) -> Designators
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 moreAuto Trait Implementations§
impl Freeze for Designators
impl RefUnwindSafe for Designators
impl Send for Designators
impl Sync for Designators
impl Unpin for Designators
impl UnwindSafe for Designators
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