pub struct SystemSpecificDataBuilder(/* private fields */);Implementations§
Source§impl SystemSpecificDataBuilder
impl SystemSpecificDataBuilder
pub fn new() -> Self
pub fn with_part_1(self, v: u8) -> Self
pub fn with_part_2(self, v: u8) -> Self
pub fn with_part_3(self, v: u8) -> Self
pub fn build(self) -> SystemSpecificData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemSpecificDataBuilder
impl RefUnwindSafe for SystemSpecificDataBuilder
impl Send for SystemSpecificDataBuilder
impl Sync for SystemSpecificDataBuilder
impl Unpin for SystemSpecificDataBuilder
impl UnwindSafe for SystemSpecificDataBuilder
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