pub struct Smc {
pub service_call_num_base: u32,
pub count: u32,
pub exclusive: bool,
pub name: Option<String>,
}Fields§
§service_call_num_base: u32§count: u32§exclusive: bool§name: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Smc
impl RefUnwindSafe for Smc
impl Send for Smc
impl Sync for Smc
impl Unpin for Smc
impl UnsafeUnpin for Smc
impl UnwindSafe for Smc
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, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]