pub enum FlowerKeyEncOptGtpAttrs {
PduType(u8),
Qfi(u8),
}Available on crate feature
tc only.Variants§
Implementations§
Source§impl FlowerKeyEncOptGtpAttrs
impl FlowerKeyEncOptGtpAttrs
pub fn new<'a>(buf: &'a [u8]) -> IterableFlowerKeyEncOptGtpAttrs<'a> ⓘ
Trait Implementations§
Source§impl Clone for FlowerKeyEncOptGtpAttrs
impl Clone for FlowerKeyEncOptGtpAttrs
Source§fn clone(&self) -> FlowerKeyEncOptGtpAttrs
fn clone(&self) -> FlowerKeyEncOptGtpAttrs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FlowerKeyEncOptGtpAttrs
impl RefUnwindSafe for FlowerKeyEncOptGtpAttrs
impl Send for FlowerKeyEncOptGtpAttrs
impl Sync for FlowerKeyEncOptGtpAttrs
impl Unpin for FlowerKeyEncOptGtpAttrs
impl UnsafeUnpin for FlowerKeyEncOptGtpAttrs
impl UnwindSafe for FlowerKeyEncOptGtpAttrs
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