pub struct CfgEsfAlgRef<'a>(/* private fields */);Expand description
Get/set IMU-mount misalignment configuration Only available for ADR products Contains a reference to an underlying buffer, contains accessor methods to retrieve data.
Implementations§
Source§impl<'a> CfgEsfAlgRef<'a>
impl<'a> CfgEsfAlgRef<'a>
pub fn as_bytes(&self) -> &[u8] ⓘ
pub fn payload_len(&self) -> usize
pub fn to_owned(&self) -> CfgEsfAlgOwned
Sourcepub fn flags(&self) -> CfgEsfAlgFlags
pub fn flags(&self) -> CfgEsfAlgFlags
Trait Implementations§
Source§impl Debug for CfgEsfAlgRef<'_>
impl Debug for CfgEsfAlgRef<'_>
Source§impl<'a> From<&CfgEsfAlgRef<'a>> for CfgEsfAlgOwned
impl<'a> From<&CfgEsfAlgRef<'a>> for CfgEsfAlgOwned
Source§fn from(packet: &CfgEsfAlgRef<'a>) -> Self
fn from(packet: &CfgEsfAlgRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<CfgEsfAlgRef<'a>> for CfgEsfAlgOwned
impl<'a> From<CfgEsfAlgRef<'a>> for CfgEsfAlgOwned
Source§fn from(packet: CfgEsfAlgRef<'a>) -> Self
fn from(packet: CfgEsfAlgRef<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for CfgEsfAlgRef<'a>
impl<'a> RefUnwindSafe for CfgEsfAlgRef<'a>
impl<'a> Send for CfgEsfAlgRef<'a>
impl<'a> Sync for CfgEsfAlgRef<'a>
impl<'a> Unpin for CfgEsfAlgRef<'a>
impl<'a> UnwindSafe for CfgEsfAlgRef<'a>
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