pub struct Chord {
pub mask: u8,
pub offsets: [u8; 6],
}Fields§
§mask: u8§offsets: [u8; 6]Implementations§
Trait Implementations§
Source§impl Describable for Chord
impl Describable for Chord
Source§fn describe<PG: ParameterGatherer>(&self, pg: PG, _ver: Version) -> PG
fn describe<PG: ParameterGatherer>(&self, pg: PG, _ver: Version) -> PG
Method called to describte the content of the structure in any gatherer.
impl StructuralPartialEq for Chord
Auto Trait Implementations§
impl Freeze for Chord
impl RefUnwindSafe for Chord
impl Send for Chord
impl Sync for Chord
impl Unpin for Chord
impl UnwindSafe for Chord
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