pub struct Builder { /* private fields */ }Implementations§
source§impl Builder
impl Builder
pub fn idle(&mut self, set: bool)
pub fn identification(&mut self, id: Option<Identification>)
pub fn sequence_control(&mut self, sequence_control: Option<SequenceControl>)
pub fn secondary_header(&mut self, sec_head: Option<SecondaryHeader>)
pub fn user_data(&mut self, user_data: Option<BitVec>)
pub fn build(&mut self) -> Result<SpacePacket, SPPError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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