Struct rs9p::fcall::Getlock[][src]

pub struct Getlock {
    pub typ: LockType,
    pub start: u64,
    pub length: u64,
    pub proc_id: u32,
    pub client_id: String,
}

Getlock structure

Protocol

9P2000.L

Fields

typ: LockTypestart: u64length: u64proc_id: u32client_id: String

Trait Implementations

impl Clone for Getlock[src]

impl Debug for Getlock[src]

impl Decodable for Getlock[src]

impl Encodable for Getlock[src]

impl Eq for Getlock[src]

impl Hash for Getlock[src]

impl Ord for Getlock[src]

impl PartialEq<Getlock> for Getlock[src]

impl PartialOrd<Getlock> for Getlock[src]

impl StructuralEq for Getlock[src]

impl StructuralPartialEq for Getlock[src]

Auto Trait Implementations

impl RefUnwindSafe for Getlock

impl Send for Getlock

impl Sync for Getlock

impl Unpin for Getlock

impl UnwindSafe for Getlock

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.