pub struct Class { /* private fields */ }Implementations§
Source§impl Class
impl Class
pub const fn into_inner(self) -> u8
pub const fn range(&self) -> Range
pub const fn secure_messaging(&self) -> SecureMessaging
pub const fn chain(&self) -> Chain
pub const fn as_chained(self) -> Self
pub const fn channel(&self) -> Option<u8>
pub const fn from_byte(cla: u8) -> Result<Self, InvalidClass>
Trait Implementations§
impl Copy for Class
impl Eq for Class
impl StructuralPartialEq for Class
Auto Trait Implementations§
impl Freeze for Class
impl RefUnwindSafe for Class
impl Send for Class
impl Sync for Class
impl Unpin for Class
impl UnwindSafe for Class
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