#[repr(C, packed(1))]pub struct isdb_partial_reception_service_id {
pub service_id: u16,
}Fields§
§service_id: u16Trait Implementations§
Source§impl Clone for isdb_partial_reception_service_id
impl Clone for isdb_partial_reception_service_id
Source§fn clone(&self) -> isdb_partial_reception_service_id
fn clone(&self) -> isdb_partial_reception_service_id
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 moreimpl Copy for isdb_partial_reception_service_id
Auto Trait Implementations§
impl Freeze for isdb_partial_reception_service_id
impl RefUnwindSafe for isdb_partial_reception_service_id
impl Send for isdb_partial_reception_service_id
impl Sync for isdb_partial_reception_service_id
impl Unpin for isdb_partial_reception_service_id
impl UnsafeUnpin for isdb_partial_reception_service_id
impl UnwindSafe for isdb_partial_reception_service_id
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