Struct ClientIdSpec
pub struct ClientIdSpec {
pub client: u32,
pub mask: ClientIdMask,
}Fields§
§client: u32§mask: ClientIdMaskTrait Implementations§
§impl Clone for ClientIdSpec
impl Clone for ClientIdSpec
§fn clone(&self) -> ClientIdSpec
fn clone(&self) -> ClientIdSpec
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 more§impl Debug for ClientIdSpec
impl Debug for ClientIdSpec
§impl Default for ClientIdSpec
impl Default for ClientIdSpec
§fn default() -> ClientIdSpec
fn default() -> ClientIdSpec
Returns the “default value” for a type. Read more
§impl Serialize for ClientIdSpec
impl Serialize for ClientIdSpec
§impl TryParse for ClientIdSpec
impl TryParse for ClientIdSpec
§fn try_parse(remaining: &[u8]) -> Result<(ClientIdSpec, &[u8]), ParseError>
fn try_parse(remaining: &[u8]) -> Result<(ClientIdSpec, &[u8]), ParseError>
Try to parse the given values into an instance of this type. Read more
impl Copy for ClientIdSpec
Auto Trait Implementations§
impl Freeze for ClientIdSpec
impl RefUnwindSafe for ClientIdSpec
impl Send for ClientIdSpec
impl Sync for ClientIdSpec
impl Unpin for ClientIdSpec
impl UnwindSafe for ClientIdSpec
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<OwnedFd>,
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<OwnedFd>, ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more