pub struct EntryFlagsUpdate {
pub entry_id: u16,
pub entry_flags: u8,
}
Fields§
§entry_id: u16
§entry_flags: u8
Implementations§
Source§impl EntryFlagsUpdate
impl EntryFlagsUpdate
pub fn new(entry_id: u16, entry_flags: u8) -> EntryFlagsUpdate
Trait Implementations§
Source§impl Clone for EntryFlagsUpdate
impl Clone for EntryFlagsUpdate
Source§fn clone(&self) -> EntryFlagsUpdate
fn clone(&self) -> EntryFlagsUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EntryFlagsUpdate
impl Debug for EntryFlagsUpdate
Source§impl Packet for EntryFlagsUpdate
impl Packet for EntryFlagsUpdate
impl Copy for EntryFlagsUpdate
Auto Trait Implementations§
impl Freeze for EntryFlagsUpdate
impl RefUnwindSafe for EntryFlagsUpdate
impl Send for EntryFlagsUpdate
impl Sync for EntryFlagsUpdate
impl Unpin for EntryFlagsUpdate
impl UnwindSafe for EntryFlagsUpdate
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